amr_nb should disable amr_nb-fixed and vice versa.

Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-04-27 02:38:41 +00:00
parent 6eb07e7349
commit 64eaac62ca
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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"
;;