mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
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…
Reference in New Issue
Block a user