mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +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:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user