[SCM] libav/experimental: Use - instead of _ for AMR options in help output. patch by Benoit Fouet, benoit.fouet purplelabs com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 1fc113c40562d77fd350bec714fd86222263f5cc
Author: Benoit Fouet <benoit.fouet at purplelabs.com>
Date:   Sat Mar 10 13:15:00 2007 +0000

    Use - instead of _ for AMR options in help output.
    patch by Benoit Fouet, benoit.fouet purplelabs com
    
    Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index b54487d..26c71ae 100755
--- a/configure
+++ b/configure
@@ -99,10 +99,10 @@ 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_if2         enable amr_wb IF2 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-wb          enable amr-wb float audio codec"
+  echo "  --enable-amr-if2         enable amr-wb IF2 audio codec"
   echo ""
   echo "Advanced options (experts only):"
   echo "  --source-path=PATH       path to source code [$source_path]"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list