[Ffmpeg-cvslog] r7927 - trunk/configure

diego subversion
Sun Feb 11 14:03:20 CET 2007


Author: diego
Date: Sun Feb 11 14:03:20 2007
New Revision: 7927

Modified:
   trunk/configure

Log:
consistency cosmetics for the option handling routine


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb 11 14:03:20 2007
@@ -956,7 +956,7 @@
   ;;
   --cross-prefix=*) cross_prefix="$optval"
   ;;
-  --cross-compile) cross_compile=yes
+  --cross-compile) cross_compile="yes"
   ;;
   --cc=*) cc="$optval"
   ;;
@@ -1002,7 +1002,7 @@
   ;;
   --disable-network) network="no"; ffserver="no"
   ;;
-  --disable-ipv6) ipv6="no";
+  --disable-ipv6) ipv6="no"
   ;;
   --disable-zlib) zlib="no"
   ;;
@@ -1039,9 +1039,9 @@
   ;;
   --enable-x264) x264="yes"
   ;;
-  --enable-avisynth) avisynth="yes";
+  --enable-avisynth) avisynth="yes"
   ;;
-  --enable-x11grab) x11grab="yes";
+  --enable-x11grab) x11grab="yes"
   ;;
   --enable-dc1394) dc1394="yes"
     pkg_requires="$pkg_requires libraw1394"




More information about the ffmpeg-cvslog mailing list