mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c3d3743ad7
commit
a3f5c392f5
12
configure
vendored
12
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user