summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-30 23:50:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-30 23:50:30 +0000
commit957d40868ce8c78f26e0d30fd8a7cb6be0aa1645 (patch)
treec212ba4ae3ebe209c56b8a1b95033ae1eb555a8c /configure
parent885146afc9fceedfe99b2965c0a3b18783bd8370 (diff)
downloadmpv-957d40868ce8c78f26e0d30fd8a7cb6be0aa1645.tar.bz2
mpv-957d40868ce8c78f26e0d30fd8a7cb6be0aa1645.tar.xz
cosmetics: consistent formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22085 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure40
1 files changed, 10 insertions, 30 deletions
diff --git a/configure b/configure
index cd928a54bb..6e629887d8 100755
--- a/configure
+++ b/configure
@@ -660,12 +660,8 @@ for ac_option do
--as=*)
_as=`echo $ac_option | cut -d '=' -f 2`
;;
- --enable-gcc-check)
- _gcc_check=yes
- ;;
- --disable-gcc-check)
- _gcc_check=no
- ;;
+ --enable-gcc-check) _gcc_check=yes ;;
+ --disable-gcc-check) _gcc_check=no ;;
--enable-static)
_ld_static='-static'
;;
@@ -687,18 +683,10 @@ for ac_option do
--extra-libs-mencoder=*)
_libs_mencoder=`echo $ac_option | cut -d '=' -f 2`
;;
- --enable-runtime-cpudetection)
- _runtime_cpudetection=yes
- ;;
- --disable-runtime-cpudetection)
- _runtime_cpudetection=no
- ;;
- --enable-cross-compile)
- _cross_compile=yes
- ;;
- --disable-cross-compile)
- _cross_compile=no
- ;;
+ --enable-runtime-cpudetection) _runtime_cpudetection=yes ;;
+ --disable-runtime-cpudetection) _runtime_cpudetection=no ;;
+ --enable-cross-compile) _cross_compile=yes ;;
+ --disable-cross-compile) _cross_compile=no ;;
--with-install=*)
_install=`echo $ac_option | cut -d '=' -f 2 `
;;
@@ -1066,18 +1054,10 @@ for ac_option do
_realcodecsdir=`echo $ac_option | cut -d '=' -f 2`
;;
- --enable-crash-debug)
- _crash_debug=yes
- ;;
- --disable-crash-debug)
- _crash_debug=no
- ;;
- --enable-sighandler)
- _sighandler=yes
- ;;
- --disable-sighandler)
- _sighandler=no
- ;;
+ --enable-crash-debug) _crash_debug=yes ;;
+ --disable-crash-debug) _crash_debug=no ;;
+ --enable-sighandler) _sighandler=yes ;;
+ --disable-sighandler) _sighandler=no ;;
--enable-sse) _sse=yes ;;
--disable-sse) _sse=no ;;