[SCM] libav/experimental: libswscale is not LGPLed, sorry

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:54:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 0872a0a6d9a3bc272bad7f8b16d661d4266d22a7
Author: Luca Abeni <lucabe72 at email.it>
Date:   Fri Dec 22 15:02:39 2006 +0000

    libswscale is not LGPLed, sorry
    
    Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 731d896..21151ea 100755
--- a/configure
+++ b/configure
@@ -1357,6 +1357,11 @@ if test $arch = "powerpc"; then
             add_cflags "-maltivec -mabi=altivec"
         fi
     fi
+
+    if test "$swscaler" != "no"; then
+        echo "The software scaler is under GPL and --enable-gpl is not specified."
+        fail="yes"
+    fi
 fi
 
 check_header altivec.h

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list