1
0
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:
nplourde 2004-11-01 22:13:36 +00:00
parent f314a62b6b
commit 449c938801

2
configure vendored
View File

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