summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-04-27 02:38:41 +0000
committerDiego Biurrun <diego@biurrun.de>2006-04-27 02:38:41 +0000
commit64eaac62ca3120124d000240f020d5d4fab51da2 (patch)
treeebb5372e8628a1df78aefc6e440eb2ce5ef0d786 /configure
parent6eb07e7349cd13a66f59e82559d107e89293a954 (diff)
amr_nb should disable amr_nb-fixed and vice versa.
Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 694150a307..b5129a1643 100755
--- a/configure
+++ b/configure
@@ -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"
;;