diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-06-05 13:58:13 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-06-05 13:58:13 +0000 |
commit | eb4b8b96fcb2192ba118315bfee6651400888323 (patch) | |
tree | 08726293a6ddc2cc9137f77b667942468231dc92 | |
parent | 373010971efc60c2361bca7df598969b78dae360 (diff) | |
download | ffmpeg-eb4b8b96fcb2192ba118315bfee6651400888323.tar.gz |
libvpx now has an (L)GPL-compatible license.
backport r23482 by diego
Originally committed as revision 23487 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-rw-r--r-- | LICENSE | 4 | ||||
-rwxr-xr-x | configure | 1 |
2 files changed, 0 insertions, 5 deletions
@@ -48,7 +48,3 @@ version needs to be upgraded by passing --enable-version3 to configure. The nonfree external library libfaac can be hooked up in FFmpeg. You need to pass --enable-nonfree to configure to enable it. Employ this option with care as FFmpeg then becomes nonfree and unredistributable. - -The libvpx external library has a license that is (L)GPL incompatible. If you -combine it with FFmpeg the resulting binaries are unredistributable. Thus you -need to pass --enable-nonfree to configure to enable it. @@ -2336,7 +2336,6 @@ die_license_disabled gpl postproc die_license_disabled gpl x11grab die_license_disabled nonfree libfaac -die_license_disabled nonfree libvpx die_license_disabled version3 libopencore_amrnb die_license_disabled version3 libopencore_amrwb |