1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

Merge more verbose licensing information output.

Originally committed as revision 18931 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
This commit is contained in:
Diego Biurrun 2009-05-24 22:14:10 +00:00
parent a4d8ebfaa1
commit 41a4fd7a61

6
configure vendored
View File

@ -2333,11 +2333,11 @@ for type in decoder encoder parser demuxer muxer protocol filter bsf indev outde
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"