[MPlayer-cvslog] r29261 - trunk/configure
diego
subversion at mplayerhq.hu
Tue May 5 19:17:17 CEST 2009
Author: diego
Date: Tue May 5 19:17:17 2009
New Revision: 29261
Log:
cosmetics: indentation
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 5 19:15:54 2009 (r29260)
+++ trunk/configure Tue May 5 19:17:17 2009 (r29261)
@@ -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"
More information about the MPlayer-cvslog
mailing list