summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 15:46:38 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 15:46:38 +0000
commita41f45b7b70e76019b70e5feaf57df2c9adec5c0 (patch)
tree8f754244497853c290779caccb735180d1874433 /configure
parent3641b76037d33b891975c426bbc340c0e8aeee0a (diff)
downloadmpv-a41f45b7b70e76019b70e5feaf57df2c9adec5c0.tar.bz2
mpv-a41f45b7b70e76019b70e5feaf57df2c9adec5c0.tar.xz
add vcd support to mingw, patch by zuxy meng
split up into the following commits r22523, r22524, r22526 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22523 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 c95c9f055e..2d7a2e058b 100755
--- a/configure
+++ b/configure
@@ -5152,7 +5152,7 @@ fi #if irix
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
_vcd="yes"