summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 17:17:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 17:17:17 +0000
commita3f5c392f534331467b0b42c5232c2d8ba459d4e (patch)
treee0a7fbf0bc66482f15454d578f7df09a74795170
parentc3d3743ad7181b3beda150271ba8844aa369ac84 (diff)
downloadmpv-a3f5c392f534331467b0b42c5232c2d8ba459d4e.tar.bz2
mpv-a3f5c392f534331467b0b42c5232c2d8ba459d4e.tar.xz
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index f25c2b1342..c5655adaa1 100755
--- a/configure
+++ b/configure
@@ -5756,16 +5756,16 @@ fi
echocheck "VCD support"
if test "$_vcd" = auto; then
-_vcd=no
-if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then
- _vcd=yes
-elif mingw32; then
- cat > $TMPC << EOF
+ _vcd=no
+ if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then
+ _vcd=yes
+ elif mingw32; then
+ cat > $TMPC << EOF
#include <ddk/ntddcdrm.h>
int main(void) { return 0; }
EOF
cc_check && _vcd=yes
-fi
+ fi
fi
if test "$_vcd" = yes; then
_inputmodules="vcd $_inputmodules"