From 449c938801bab6e8e3595efca277afd6598c4985 Mon Sep 17 00:00:00 2001 From: nplourde Date: Mon, 1 Nov 2004 22:13:36 +0000 Subject: enable vcd support on all based darwin system git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13847 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3