Commit 64eaac62 authored by Diego Biurrun's avatar Diego Biurrun

amr_nb should disable amr_nb-fixed and vice versa.

Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6eb07e73
......@@ -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