]> git.sesse.net Git - ffmpeg/commitdiff
amr_nb should disable amr_nb-fixed and vice versa.
authorDiego Biurrun <diego@biurrun.de>
Thu, 27 Apr 2006 02:38:41 +0000 (02:38 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 27 Apr 2006 02:38:41 +0000 (02:38 +0000)
Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 694150a3073669e23aa9ac4675f1a464f47bc483..b5129a16439ae4d09973dc9ecd1a157fe54edb5b 100755 (executable)
--- a/configure
+++ b/configure
@@ -591,9 +591,9 @@ for opt do
   ;;
   --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"
   ;;