[Mplayer-cvslog] CVS: main configure,1.806,1.807
Ivan Kalvachev CVS
iive at mplayerhq.hu
Fri Nov 7 23:15:19 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16838
Modified Files:
configure
Log Message:
fix lavc fail on missing lame
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -r1.806 -r1.807
--- configure 6 Nov 2003 23:11:15 -0000 1.806
+++ configure 7 Nov 2003 22:14:51 -0000 1.807
@@ -5046,9 +5046,11 @@
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 @@
/* 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
More information about the MPlayer-cvslog
mailing list