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:
parent
a4d8ebfaa1
commit
41a4fd7a61
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user