diff options
author | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 03:50:48 +0800 |
---|---|---|
committer | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 03:50:48 +0800 |
commit | 33fb443a1e9431e39fc04df6849e63882660b266 (patch) | |
tree | c028617550f658e53c8d59c0b4d38c3fb2df6fc2 | |
parent | 0c76240b65be6833d0e45ef2084d0f56982078d9 (diff) | |
download | libva-33fb443a1e9431e39fc04df6849e63882660b266.tar.gz |
patch 107_cosmetics.patch
-rw-r--r-- | configure.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bdbf730..b30be87 100644 --- a/configure.ac +++ b/configure.ac @@ -56,4 +56,10 @@ AC_SUBST(LIBVA_LIBS) pkgconfigdir=${libdir}/pkgconfig AC_SUBST(pkgconfigdir) -AC_OUTPUT([Makefile src/Makefile src/X11/Makefile dummy_drv_video/Makefile test/Makefile libva.pc]) +AC_OUTPUT([ + Makefile + src/Makefile + dummy_drv_video/Makefile + test/Makefile + libva.pc +]) |