mirror of https://github.com/mpv-player/mpv
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:
parent
3641b76037
commit
a41f45b7b7
|
@ -5152,7 +5152,7 @@ fi #if irix
|
||||||
|
|
||||||
|
|
||||||
echocheck "VCD support"
|
echocheck "VCD support"
|
||||||
if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
|
if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
|
||||||
_inputmodules="vcd $_inputmodules"
|
_inputmodules="vcd $_inputmodules"
|
||||||
_def_vcd='#define HAVE_VCD 1'
|
_def_vcd='#define HAVE_VCD 1'
|
||||||
_vcd="yes"
|
_vcd="yes"
|
||||||
|
|
Loading…
Reference in New Issue