[MPlayer-cvslog] CVS: main configure,1.1188,1.1189

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun May 7 18:21:15 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Adapt to latest FFmpeg AMR build changes.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -r1.1188 -r1.1189
--- configure	7 May 2006 14:00:07 -0000	1.1188
+++ configure	7 May 2006 16:21:13 -0000	1.1189
@@ -6281,6 +6281,8 @@
   fi
 fi
 if test "$_amr_nb" = yes ; then
+  _amr=yes
+  _def_amr='#define AMR 1'
   _def_amr_nb='#define AMR_NB 1'
 else
   _def_amr_nb='#undef AMR_NB'
@@ -6303,6 +6305,8 @@
   fi
 fi
 if test "$_amr_nb_fixed" = yes ; then
+  _amr=yes
+  _def_amr='#define AMR 1'
   _def_amr_nb_fixed='#define AMR_NB_FIXED 1'
 else
   _def_amr_nb_fixed='#undef AMR_NB_FIXED'
@@ -6327,6 +6331,8 @@
   fi
 fi
 if test "$_amr_wb" = yes ; then
+  _amr=yes
+  _def_amr='#define AMR 1'
   _def_amr_wb='#define AMR_WB 1'
   _codecmodules="amr_wb $_codecmodules"
 else
@@ -7467,6 +7473,7 @@
 MUSEPACK_LIB = $_ld_musepack
 FAAC=$_faac
 FAAC_LIB=$_ld_faac
+AMR=$_amr
 AMR_NB=$_amr_nb
 AMR_NB_FIXED=$_amr_nb_fixed
 AMR_WB=$_amr_wb
@@ -7835,6 +7842,7 @@
 #define CONFIG_GPL 1
 
 /* Use amr codecs from libavcodec (requires amr sources) */
+$_def_amr
 $_def_amr_nb
 $_def_amr_nb_fixed
 $_def_amr_wb




More information about the MPlayer-cvslog mailing list