提交 ba7a7039 编写于 作者: D Diego Biurrun

Print out more verbose licensing information.

Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ec6b02b6
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册