[SCM] libav/experimental: Print out more verbose licensing information.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:46:13 UTC 2013
The following commit has been merged in the experimental branch:
commit ba7a7039478f8870d1f7e539055b78f3909fbecd
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri May 22 10:10:02 2009 +0000
Print out more verbose licensing information.
Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 2094f07..7ee8553 100755
--- a/configure
+++ b/configure
@@ -2383,11 +2383,11 @@ for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf ind
echo
done
-license="LGPL"
+license="LGPL version 2.1 or later"
if enabled nonfree; then
- license="unredistributable"
+ license="nonfree and unredistributable"
elif enabled gpl; then
- license="GPL"
+ license="GPL version 2 or later"
fi
echo "License: $license"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list