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
This commit is contained in:
compn 2007-03-12 15:46:38 +00:00
parent 3641b76037
commit a41f45b7b7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"