You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
6
configure
vendored
6
configure
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user