mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
enable vcd support on all based darwin system
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13847 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f314a62b6b
commit
449c938801
2
configure
vendored
2
configure
vendored
@ -4570,7 +4570,7 @@ echores "$_sgiaudio"
|
||||
|
||||
|
||||
echocheck "VCD support"
|
||||
if linux || bsdos || freebsd || netbsd || sunos || (darwin && ppc) ; then
|
||||
if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
|
||||
_inputmodules="vcd $_inputmodules"
|
||||
_def_vcd='#define HAVE_VCD 1'
|
||||
echores "ok"
|
||||
|
Loading…
Reference in New Issue
Block a user