Commit 12cc721d authored by diego's avatar diego

amr_nb should disable amr_nb-fixed and vice versa.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5322 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f61efb82
......@@ -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"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment