[SCM] libav/experimental: minor help output formatting fix

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 7c758d336a6e205b016386e23d446370790daecf
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Feb 12 15:44:35 2007 +0000

    minor help output formatting fix
    
    Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 4ef1739..e740fb3 100755
--- a/configure
+++ b/configure
@@ -114,8 +114,8 @@ show_help(){
   echo "  --extra-libs=ELIBS       add ELIBS [$ELIBS]"
   echo "  --build-suffix=SUFFIX    suffix for application specific build []"
   echo "  --arch=ARCH              select architecture  [$arch]"
-  echo "  --cpu=CPU                selects the minimum cpu required (affects
-                                   instruction selection, may crash on older CPUs)"
+  echo "  --cpu=CPU                selects the minimum cpu required (affects"
+  echo "                           instruction selection, may crash on older CPUs)"
   echo "  --powerpc-perf-enable    enable performance report on PPC"
   echo "                           (requires enabling PMC)"
   echo "  --disable-mmx            disable MMX usage"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list