summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-25 19:12:04 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-25 19:12:04 +0000
commit73508bc6d30b397f33fa7f88089a4d2298aa5ea2 (patch)
tree2f1f01ff6da165767007b5f88f29dde4dacb706a /configure
parent8d27c5f891ad4b7f507f88489b9a987b824f88d8 (diff)
Remove hackish support for the non-free fixed-point AMR-NB reference code.
Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 3 insertions, 10 deletions
diff --git a/configure b/configure
index 55c89a6420..c7f9f78143 100755
--- a/configure
+++ b/configure
@@ -99,7 +99,6 @@ show_help(){
echo " --enable-xvid enable Xvid encoding via xvidcore,"
echo " native MPEG-4/Xvid encoder exists [default=no]"
echo " --enable-amr-nb enable amr-nb floating point audio codec"
- echo " --enable-amr-nb-fixed enable amr-nb fixed-point codec"
echo " --enable-amr-wb enable amr-wb floating point audio codec"
echo ""
echo "Advanced options (experts only):"
@@ -557,7 +556,6 @@ CONFIG_LIST='
demuxers
amr
amr_nb
- amr_nb_fixed
amr_wb
audio_beos
audio_oss
@@ -683,8 +681,8 @@ zmbv_encoder_deps="zlib"
aac_decoder_deps="libfaad"
mpeg4aac_decoder_deps="libfaad"
-amr_nb_decoder_deps_any="amr_nb amr_nb_fixed"
-amr_nb_encoder_deps_any="amr_nb amr_nb_fixed"
+amr_nb_decoder_deps="amr_nb"
+amr_nb_encoder_deps="amr_nb"
amr_wb_decoder_deps="amr_wb"
amr_wb_encoder_deps="amr_wb"
dts_decoder_deps="libdts"
@@ -790,7 +788,6 @@ v4l="yes"
# libraries
amr_nb="no"
-amr_nb_fixed="no"
amr_wb="no"
avisynth="no"
dc1394="no"
@@ -1579,9 +1576,7 @@ for thread in $THREADS_LIST; do
fi
done
-enabled_any amr_nb amr_nb_fixed amr_wb && enable amr
-enabled_all amr_nb amr_nb_fixed &&
- die "Only one of amr_nb and amr_nb_fixed may be enabled."
+enabled_any amr_nb amr_wb && enable amr
# these are off by default, so fail if requested and not available
enabled amr_nb && require libamrnb amrnb/interf_dec.h Speech_Decode_Frame_init -lamrnb -lm
@@ -1860,7 +1855,6 @@ echo "x264 enabled $x264"
echo "XviD enabled $xvid"
echo "zlib enabled $zlib"
echo "AMR-NB float support $amr_nb"
-echo "AMR-NB fixed support $amr_nb_fixed"
echo "AMR-WB float support $amr_wb"
if disabled gpl; then
echo "License: LGPL"
@@ -2042,7 +2036,6 @@ if enabled source_path_used; then
libavcodec/sparc \
libavcodec/mlib \
libavcodec/ppc \
- libavcodec/amr \
libpostproc \
libavutil \
libswscale \