[Ffmpeg-cvslog] CVS: ffmpeg configure,1.265,1.266
Diego Biurrun CVS
diego
Thu Apr 27 04:38:43 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv26481
Modified Files:
configure
Log Message:
amr_nb should disable amr_nb-fixed and vice versa.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- configure 27 Apr 2006 02:33:26 -0000 1.265
+++ configure 27 Apr 2006 02:38:41 -0000 1.266
@@ -591,9 +591,9 @@
;;
--enable-small) optimize="small"
;;
- --enable-amr_nb) amr_nb="yes"
+ --enable-amr_nb) amr_nb="yes"; amr_nb_fixed="no"
;;
- --enable-amr_nb-fixed) amr_nb_fixed="yes"
+ --enable-amr_nb-fixed) amr_nb_fixed="yes"; amr_nb="no"
;;
--enable-amr_wb) amr_wb="yes"
;;
More information about the ffmpeg-cvslog
mailing list