summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-01 22:13:36 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-01 22:13:36 +0000
commit449c938801bab6e8e3595efca277afd6598c4985 (patch)
tree981a41aae3c41b9d81bde0f41403fb0ac29f53d8 /configure
parentf314a62b6b6553226031f766a07be598bd872507 (diff)
downloadmpv-449c938801bab6e8e3595efca277afd6598c4985.tar.bz2
mpv-449c938801bab6e8e3595efca277afd6598c4985.tar.xz
enable vcd support on all based darwin system
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13847 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 0b0b33fad4..fd21e520ba 100755
--- a/configure
+++ b/configure
@@ -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"