[SCM] libav/experimental: Use disabled() to check for GPL.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 47f9cc15cce4c92d44d675498384ee3b0fcdafbb
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jan 28 16:28:03 2007 +0000

    Use disabled() to check for GPL.
    
    Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index b4c0d82..1b6bed0 100755
--- a/configure
+++ b/configure
@@ -1227,7 +1227,7 @@ if enabled libvorbis && disabled libogg; then
     die "libogg must be enabled to enable libvorbis."
 fi
 
-if test "$gpl" != "yes"; then
+if disabled gpl ; then
     if enabled pp; then
         die "The Postprocessing code is under GPL and --enable-gpl is not specified."
     fi

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list