diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-29 02:08:16 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-29 02:08:20 +0100 |
commit | 0fb9f77a39d37264d461180a22e843cf01c7317c (patch) | |
tree | cc9557292786385466056ad406b93e0d72c42e00 /LICENSE | |
parent | 3969b4b861ce8152e3195e8f8c3437abd273b90a (diff) | |
download | ffmpeg-0fb9f77a39d37264d461180a22e843cf01c7317c.tar.gz |
LICENSE: add libutvideo in the GPL libraries list.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -69,8 +69,13 @@ affect the licensing of binaries resulting from the combination. compatible libraries -------------------- -The libcdio, libx264, libxavs and libxvid libraries are under GPL. When -combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by +The following libraries are under GPL: + - libcdio + - libutvideo + - libx264 + - libxavs + - libxvid +When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by passing --enable-gpl to configure. The OpenCORE and VisualOn libraries are under the Apache License 2.0. That |