diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-05-31 21:41:53 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-05-31 21:41:53 +0000 |
commit | 879c9d1a632cfd374d50a6d341c7e83ccc22b060 (patch) | |
tree | 966fbf6ee61f451e2488b55d65db06798adf7a7e /LICENSE | |
parent | 0a624147c302da7e2a232deea7c38a2bb68b10ff (diff) | |
download | ffmpeg-879c9d1a632cfd374d50a6d341c7e83ccc22b060.tar.gz |
Add a short note about libvpx.
Originally committed as revision 23394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,3 +46,7 @@ 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. |