Browse Source

consistency cosmetics for the option handling routine

Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
4b62f9f965
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      configure

+ 4
- 4
configure View File

@@ -956,7 +956,7 @@ for opt do
;; ;;
--cross-prefix=*) cross_prefix="$optval" --cross-prefix=*) cross_prefix="$optval"
;; ;;
--cross-compile) cross_compile=yes
--cross-compile) cross_compile="yes"
;; ;;
--cc=*) cc="$optval" --cc=*) cc="$optval"
;; ;;
@@ -1002,7 +1002,7 @@ for opt do
;; ;;
--disable-network) network="no"; ffserver="no" --disable-network) network="no"; ffserver="no"
;; ;;
--disable-ipv6) ipv6="no";
--disable-ipv6) ipv6="no"
;; ;;
--disable-zlib) zlib="no" --disable-zlib) zlib="no"
;; ;;
@@ -1039,9 +1039,9 @@ for opt do
;; ;;
--enable-x264) x264="yes" --enable-x264) x264="yes"
;; ;;
--enable-avisynth) avisynth="yes";
--enable-avisynth) avisynth="yes"
;; ;;
--enable-x11grab) x11grab="yes";
--enable-x11grab) x11grab="yes"
;; ;;
--enable-dc1394) dc1394="yes" --enable-dc1394) dc1394="yes"
pkg_requires="$pkg_requires libraw1394" pkg_requires="$pkg_requires libraw1394"


Loading…
Cancel
Save