From b4f854c14c09e5dfeca6dc775509df647d2f1225 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 7 Oct 2004 09:31:16 +0000 Subject: fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13580 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a2308bb554..cdd8ae31ba 100755 --- a/configure +++ b/configure @@ -4989,7 +4989,7 @@ if test "$_liba52" = yes ; then _def_liba52='#define USE_LIBA52 1' _codecmodules="liba52 $_codecmodules" else - _def_liba52'#undef USE_LIBA52' + _def_liba52='#undef USE_LIBA52' _nocodecmodules="liba52 $_nocodecmodules" fi echores "$_liba52" @@ -5019,7 +5019,7 @@ if test "$_libmpeg2" = yes ; then _def_libmpeg2='#define USE_LIBMPEG2 1' _codecmodules="libmpeg2 $_codecmodules" else - _def_libmpeg2'#undef USE_LIBMPEG2' + _def_libmpeg2='#undef USE_LIBMPEG2' _nocodecmodules="libmpeg2 $_nocodecmodules" fi echores "$_libmpeg2" @@ -6294,6 +6294,10 @@ MATROSKA = $_matroska_internal OPENDIVX = $_opendivx +MP3LIB = $_mp3lib +LIBA52 = $_liba52 +LIBMPEG2 = $_libmpeg2 + UNRARLIB = $_unrarlib HAVE_FFPOSTPROCESS = $_def_haveffpostprocess PNG = $_mkf_png -- cgit v1.2.3