[MPlayer-cvslog] CVS: main configure,1.1150,1.1151
Jonas Jermann CVS
syncmail at mplayerhq.hu
Wed Mar 29 23:55:00 CEST 2006
CVS change done by Jonas Jermann CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11109
Modified Files:
configure
Log Message:
support for mp3lame with -oac lavc
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -r1.1150 -r1.1151
--- configure 28 Mar 2006 22:44:16 -0000 1.1150
+++ configure 29 Mar 2006 21:54:53 -0000 1.1151
@@ -6517,6 +6517,7 @@
cc_check -lmp3lame $_ld_vorbis $_ld_lm && tmp_run && _mp3lame=yes
if test "$_mp3lame" = yes ; then
_def_mp3lame="#define HAVE_MP3LAME"
+ _def_lavc_mp3lame="#define CONFIG_MP3LAME 1"
_ld_mp3lame="-lmp3lame $_ld_vorbis"
cat > $TMPC << EOF
#include <lame/lame.h>
@@ -7801,6 +7802,7 @@
`echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
$_def_lavc_faac
$_def_lavc_xvid
+$_def_lavc_mp3lame
/* Use codec libs included in mplayer CVS / source dist: */
$_def_mp3lib
More information about the MPlayer-cvslog
mailing list