From eb7cd2b33ecf57b17fb69d39e54de96c764da79b Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 15 Apr 2007 11:56:52 +0000 Subject: [PATCH] Disabled VCD support under Cygwin, it fails to link. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 16b8d6091c..b74a3f1686 100755 --- a/configure +++ b/configure @@ -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"