summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-11 13:03:20 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-11 13:03:20 +0000
commit4b62f9f965b269aa6884eefd6a297d9008419d50 (patch)
tree1acec4b613e8caf37d0cb951acbb6cf629da4fd5 /configure
parente484407c47c5a8b556f9429376bea7a110b554c7 (diff)
consistency cosmetics for the option handling routine
Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 2d34fb1400..19c463430f 100755
--- a/configure
+++ b/configure
@@ -956,7 +956,7 @@ for opt do
;;
--cross-prefix=*) cross_prefix="$optval"
;;
- --cross-compile) cross_compile=yes
+ --cross-compile) cross_compile="yes"
;;
--cc=*) cc="$optval"
;;
@@ -1002,7 +1002,7 @@ for opt do
;;
--disable-network) network="no"; ffserver="no"
;;
- --disable-ipv6) ipv6="no";
+ --disable-ipv6) ipv6="no"
;;
--disable-zlib) zlib="no"
;;
@@ -1039,9 +1039,9 @@ for opt do
;;
--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"