summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-07 22:14:51 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-07 22:14:51 +0000
commit679d6f09b37c3c8223b09a94ec8db58cb0dfe3b9 (patch)
treeb8940cb9d323a421ed25fc1443d5f2d82eb93589 /configure
parent83b056b09ea77ccee8fc396da2d723e4fac9953a (diff)
downloadmpv-679d6f09b37c3c8223b09a94ec8db58cb0dfe3b9.tar.bz2
mpv-679d6f09b37c3c8223b09a94ec8db58cb0dfe3b9.tar.xz
fix lavc fail on missing lame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11410 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 485f62514d..1ca296ec59 100755
--- a/configure
+++ b/configure
@@ -5046,9 +5046,11 @@ EOF
cc_check -lmp3lame $_ld_vorbis -lm && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _mp3lame=yes
if test "$_mp3lame" = yes ; then
_def_mp3lame="#define HAVE_MP3LAME `$TMPO`"
+ _def_cfg_mp3lame="#define CONFIG_MP3LAME `$TMPO`"
_ld_mp3lame="-lmp3lame $_ld_vorbis"
else
_def_mp3lame='#undef HAVE_MP3LAME'
+ _def_cfg_mp3lame='#undef CONFIG_MP3LAME'
fi
echores "$_mp3lame"
@@ -5945,7 +5947,7 @@ $_def_encore
/* Indicates if libmp3lame is available
Note: for mencoder */
$_def_mp3lame
-#define CONFIG_MP3LAME HAVE_MP3LAME
+$_def_cfg_mp3lame
/* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */
$_def_mp1e