]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Update information regarding LGPL libswscale.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 24 Feb 2009 14:53:46 +0000 (14:53 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 24 Feb 2009 14:53:46 +0000 (14:53 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

README

diff --git a/README b/README
index 516058caa1e18d1a4b92ef36168ffcf19ab6dcc5..5a5cb16a9690d0dcb4e5e90b380c16a90f508c97 100644 (file)
--- a/README
+++ b/README
@@ -10,12 +10,13 @@ FFmpeg README
 ------------
 
 * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
-  for libpostproc and libswscale are licensed under the GNU Lesser General
-  Public License.
+  for libpostproc are licensed under the GNU Lesser General Public License.
 
-* libpostproc and libswscale are distributed under the GNU General Public
-  License, see the file COPYING.GPL for details. Their compilation and use
-  in FFmpeg is optional.
+* libpostproc is distributed under the GNU General Public License, see the
+  file COPYING.GPL for details. Its compilation and use in FFmpeg is optional.
+
+* libswscale contains some optional processor-specific optimizations that are
+  distributed under the GNU General Public License.
 
 * The files libavcodec/x86/idct_mmx.c, libavcodec/x86/h264_deblock_sse2.asm
   and libavcodec/x86/h264_idct_sse2.asm are distributed under the GNU General