OSDN Git Service

Print out more verbose licensing information.
authorDiego Biurrun <diego@biurrun.de>
Fri, 22 May 2009 10:10:02 +0000 (10:10 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 22 May 2009 10:10:02 +0000 (10:10 +0000)
Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2094f07..7ee8553 100755 (executable)
--- 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"