Commit 64cba748 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent 85e33747
...@@ -27,6 +27,7 @@ echo " --enable-shared-pp use libpostproc.so [default=no]" ...@@ -27,6 +27,7 @@ echo " --enable-shared-pp use libpostproc.so [default=no]"
echo " --enable-shared build shared libraries [default=no]" echo " --enable-shared build shared libraries [default=no]"
echo " --enable-amr_nb enable amr_nb float audio codec" 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_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 " --enable-sunmlib use Sun medialib [default=no]"
echo "" echo ""
echo "Advanced options (experts only):" echo "Advanced options (experts only):"
...@@ -409,6 +410,8 @@ for opt do ...@@ -409,6 +410,8 @@ for opt do
;; ;;
--enable-amr_nb-fixed) amr_nb_fixed="yes" --enable-amr_nb-fixed) amr_nb_fixed="yes"
;; ;;
--enable-amr_wb) amr_wb="yes"
;;
--enable-sunmlib) sunmlib="yes" --enable-sunmlib) sunmlib="yes"
;; ;;
esac esac
......
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