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:
parent
6eb07e7349
commit
64eaac62ca
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue