summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-07 09:31:16 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-07 09:31:16 +0000
commitb4f854c14c09e5dfeca6dc775509df647d2f1225 (patch)
tree6a008c17e79944eea14fe710c2a538b4d5f87e9d /configure
parent8dd84ac2bb0a4e68d71605c7c683866acc4b032b (diff)
downloadmpv-b4f854c14c09e5dfeca6dc775509df647d2f1225.tar.bz2
mpv-b4f854c14c09e5dfeca6dc775509df647d2f1225.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
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