[SCM] libav/experimental: Move zlib/bzlib options to the external library section of the help output and mention the enable variant of the option since they are disabled by default.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:22 UTC 2013


The following commit has been merged in the experimental branch:
commit 1f26f59fe11674814ddeabe2474bb869c1cd6c20
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Nov 17 16:30:31 2008 +0000

    Move zlib/bzlib options to the external library section of the help output and
    mention the enable variant of the option since they are disabled by default.
    
    Originally committed as revision 15860 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 61b09fb..777b726 100755
--- a/configure
+++ b/configure
@@ -89,6 +89,7 @@ show_help(){
   echo "External library support:"
   echo "  --enable-mlib            enable Sun medialib [no]"
   echo "  --enable-avisynth        enable reading of AVISynth script files [no]"
+  echo "  --enable-bzlib           enable bzlib [no]"
   echo "  --enable-libamr-nb       enable libamr-nb floating point audio codec"
   echo "  --enable-libamr-wb       enable libamr-wb floating point audio codec"
   echo "  --enable-libdc1394       enable IIDC-1394 grabbing using libdc1394"
@@ -109,6 +110,7 @@ show_help(){
   echo "  --enable-libx264         enable H.264 encoding via x264 [no]"
   echo "  --enable-libxvid         enable Xvid encoding via xvidcore,"
   echo "                           native MPEG-4/Xvid encoder exists [no]"
+  echo "  --enable-zlib            enable zlib [no]"
   echo ""
   echo "Advanced options (experts only):"
   echo "  --source-path=PATH       path to source code [$source_path]"
@@ -136,8 +138,6 @@ show_help(){
   echo "  --disable-altivec        disable AltiVec optimizations"
   echo "  --disable-network        disable network support [no]"
   echo "  --disable-ipv6           disable IPv6 support [no]"
-  echo "  --disable-zlib           disable zlib [no]"
-  echo "  --disable-bzlib          disable bzlib [no]"
   echo "  --disable-vhook          disable video hooking support"
   echo "  --disable-mpegaudio-hp   faster (but less accurate)"
   echo "                           MPEG audio decoding [no]"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list