]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - LICENSE
O_DIRECT works!!!
[frescor/ffmpeg.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index 286cd9016d3dccf98d8abe5010faaf9ba59763c4..7c0a3e71b685caa094f711b5409ba0e565add5ce 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -23,15 +23,12 @@ Some external libraries, e.g. libx264, are under GPL and can be used in
 conjunction with FFmpeg. They require --enable-gpl to be passed to configure
 as well.
 
-The nonfree external libraries libamrnb and libamrwb can be hooked up in FFmpeg.
-You need to pass --enable-nonfree to configure to enable them. Employ this
-option with care as FFmpeg then becomes nonfree and unredistributable.
+The nonfree external libraries libamrnb, libamrwb and libfaac can be hooked up
+in FFmpeg. You need to pass --enable-nonfree to configure to enable them. Employ
+this option with care as FFmpeg then becomes nonfree and unredistributable.
+Note that libfaac claims to be LGPL, but is not.
 
 There are a handful of files under other licensing terms, namely:
 
 * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
   are taken from libjpeg, see the top of the files for licensing details.
-
-* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
-  Group with all rights reserved. It is only used to create a DCT test program
-  and not compiled into libavcodec.