1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

cosmetics: indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-05-05 17:17:17 +00:00
parent c3d3743ad7
commit a3f5c392f5

12
configure vendored
View File

@ -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"