Browse code

Explain that libavcodec/i386/idct_mmx.c is GPLed.

Originally committed as revision 12169 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2008/02/22 00:48:58
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@ FFmpeg README
17 17
   License, see the file COPYING.GPL for details. Their compilation and use
18 18
   in FFmpeg is optional.
19 19
 
20
+* The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
21
+  Public License. It is strictly an optimization and its use is optional.
22
+
20 23
 * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
21 24
   are taken from libjpeg, see the top of the files for licensing details.
22 25