diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-14 09:18:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-14 09:18:21 +0000 |
commit | c1b54be3f95e99fa5ea449a986c4693b4fbdf2dd (patch) | |
tree | cbed657c5f1b074555f0c061a24c89e76c190b91 | |
parent | eb526fa6dd025c8e032c288dd3b09cb5886140c8 (diff) | |
download | ffmpeg-c1b54be3f95e99fa5ea449a986c4693b4fbdf2dd.tar.gz |
liba52 was removed, libswscale is also GPLed.
Originally committed as revision 7974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,10 +10,10 @@ FFmpeg README ------------ * Read the file COPYING. ffmpeg and the associated libraries EXCEPT - liba52 and libpostproc are licensed under the Lesser GNU General + libpostproc and libswscale are licensed under the GNU Lesser General Public License. -* liba52 and libpostproc are distributed under the GNU General Public +* libpostproc and libswscale are distributed under the GNU General Public License and their compilation and use is optional in ffmpeg. Fabrice Bellard. |