Print out more verbose licensing information.

Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent ec6b02b6fd
commit ba7a703947
  1. 6
      configure

6
configure vendored

@ -2383,11 +2383,11 @@ for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf ind
echo echo
done done
license="LGPL" license="LGPL version 2.1 or later"
if enabled nonfree; then if enabled nonfree; then
license="unredistributable" license="nonfree and unredistributable"
elif enabled gpl; then elif enabled gpl; then
license="GPL" license="GPL version 2 or later"
fi fi
echo "License: $license" echo "License: $license"

Loading…
Cancel
Save