diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-05-06 12:12:05 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-05-06 12:12:05 +0000 |
commit | 4f3ce007046580d04306430b43fa8985d4285548 (patch) | |
tree | 8ac33f9441c16e549854e9724ce2dda43556886f | |
parent | d8ef221893116c8eb5052602878480e2709e33ec (diff) | |
download | ffmpeg-4f3ce007046580d04306430b43fa8985d4285548.tar.gz |
Merge marking of libfaac as non-free from trunk.
Originally committed as revision 18757 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rw-r--r-- | LICENSE | 7 | ||||
-rwxr-xr-x | configure | 1 |
2 files changed, 5 insertions, 3 deletions
@@ -23,9 +23,10 @@ Some external libraries, e.g. libx264, are under GPL and can be used in conjunction with FFmpeg. They require --enable-gpl to be passed to configure as well. -The nonfree external libraries libamrnb and libamrwb can be hooked up in FFmpeg. -You need to pass --enable-nonfree to configure to enable them. Employ this -option with care as FFmpeg then becomes nonfree and unredistributable. +The nonfree external libraries libamrnb, libamrwb and libfaac can be hooked up +in FFmpeg. You need to pass --enable-nonfree to configure to enable them. Employ +this option with care as FFmpeg then becomes nonfree and unredistributable. +Note that libfaac claims to be LGPL, but is not. There are a handful of files under other licensing terms, namely: @@ -1695,6 +1695,7 @@ die_license_disabled gpl x11grab die_license_disabled nonfree libamr_nb die_license_disabled nonfree libamr_wb +die_license_disabled nonfree libfaac check_deps $ARCH_EXT_LIST |