summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-15 11:56:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-15 11:56:52 +0000
commiteb7cd2b33ecf57b17fb69d39e54de96c764da79b (patch)
tree83bb83492b9192b2c9ab5c15a7f465831d570bdf /configure
parentca3eb46944b51513119735e8a64f9ff2429f9e81 (diff)
downloadmpv-eb7cd2b33ecf57b17fb69d39e54de96c764da79b.tar.bz2
mpv-eb7cd2b33ecf57b17fb69d39e54de96c764da79b.tar.xz
Disabled VCD support under Cygwin, it fails to link.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"