summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-10 13:24:54 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-10 13:24:54 +0000
commit7350151b176494cb5c73313f03548044391adcc2 (patch)
tree3fd4369639b8978c0c21da7f3a3b134fbb140a29 /configure
parent1fc113c40562d77fd350bec714fd86222263f5cc (diff)
small improvements to the help output
Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 26c71aeb39..a85579cf82 100755
--- a/configure
+++ b/configure
@@ -99,9 +99,9 @@ show_help(){
echo " --enable-x264 enable H.264 encoding via x264 [default=no]"
echo " --enable-xvid enable Xvid encoding via xvidcore,"
echo " native MPEG-4/Xvid encoder exists [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-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 " --enable-amr-if2 enable amr-wb IF2 audio codec"
echo ""
echo "Advanced options (experts only):"