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:
diego 2007-04-15 11:56:52 +00:00
parent ca3eb46944
commit eb7cd2b33e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5188,7 +5188,7 @@ fi #if irix
echocheck "VCD support"
if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
_vcd="yes"