summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-08 17:47:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-08 17:47:30 +0000
commit64cba7481b9bf2907574afbe6eca2f8ced8c2ecb (patch)
treed0ad03d306b868b88601362eb8967e253a60a898 /configure
parent85e3374798c6d694983cbdd3a0d7a005f68b3c80 (diff)
patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot com dot tw>)
Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4c210e1d0f..b99534ad98 100755
--- a/configure
+++ b/configure
@@ -27,6 +27,7 @@ echo " --enable-shared-pp use libpostproc.so [default=no]"
echo " --enable-shared build shared libraries [default=no]"
echo " --enable-amr_nb enable amr_nb float audio codec"
echo " --enable-amr_nb-fixed use fixed point for amr-nb codec"
+echo " --enable-amr_wb enable amr_wb float audio codec"
echo " --enable-sunmlib use Sun medialib [default=no]"
echo ""
echo "Advanced options (experts only):"
@@ -409,6 +410,8 @@ for opt do
;;
--enable-amr_nb-fixed) amr_nb_fixed="yes"
;;
+ --enable-amr_wb) amr_wb="yes"
+ ;;
--enable-sunmlib) sunmlib="yes"
;;
esac