mirror of https://github.com/mpv-player/mpv
Disabled VCD support under Cygwin, it fails to link.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca3eb46944
commit
eb7cd2b33e
|
@ -5188,7 +5188,7 @@ fi #if irix
|
||||||
|
|
||||||
|
|
||||||
echocheck "VCD support"
|
echocheck "VCD support"
|
||||||
if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
|
if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
|
||||||
_inputmodules="vcd $_inputmodules"
|
_inputmodules="vcd $_inputmodules"
|
||||||
_def_vcd='#define HAVE_VCD 1'
|
_def_vcd='#define HAVE_VCD 1'
|
||||||
_vcd="yes"
|
_vcd="yes"
|
||||||
|
|
Loading…
Reference in New Issue