[MPlayer-cvslog] CVS: main configure,1.1143,1.1144

Michael Niedermayer CVS syncmail at mplayerhq.hu
Mon Mar 13 03:42:08 CET 2006


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv13783

Modified Files:
	configure 
Log Message:
FAAC encoding through libavcodec-faac


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1143
retrieving revision 1.1144
diff -u -r1.1143 -r1.1144
--- configure	11 Mar 2006 00:00:25 -0000	1.1143
+++ configure	13 Mar 2006 02:42:06 -0000	1.1144
@@ -5712,6 +5712,7 @@
 fi
 if test "$_faac" = yes ; then
   _def_faac="#define HAVE_FAAC 1"
+  _def_lavc_faac="#define CONFIG_FAAC 1"
   _codecmodules="faac $_codecmodules"
 else
   _def_faac="#undef HAVE_FAAC"
@@ -7380,6 +7381,7 @@
 AMR_NB_FIXED=$_amr_nb_fixed
 AMR_WB=$_amr_wb
 `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
+CONFIG_FAAC=$_faac
 CONFIG_GPL=yes
 CONFIG_MUXERS=yes
 
@@ -7744,6 +7746,7 @@
 
 /* Use specific codecs from libavcodec */
 `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
+$_def_lavc_faac
 
 /* Use codec libs included in mplayer CVS / source dist: */
 $_def_mp3lib




More information about the MPlayer-cvslog mailing list