diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-14 00:38:03 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-14 00:38:03 +0000 |
commit | 7f889a76add819ebdf6469866ff0cd3a6ee117e7 (patch) | |
tree | 51cc5fc7b1ab9a06660b1f249de44d24fcf10af5 /libavcodec/i386/idct_mmx.c | |
parent | fbb9d1043d775b1ba2524a7f03d05af5b3103cd1 (diff) | |
download | ffmpeg-7f889a76add819ebdf6469866ff0cd3a6ee117e7.tar.gz |
Remove the LGPL exception clause as discussed on ffmpeg-devel
and move the dependent code under CONFIG_GPL.
Originally committed as revision 6248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/idct_mmx.c')
-rw-r--r-- | libavcodec/i386/idct_mmx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/i386/idct_mmx.c b/libavcodec/i386/idct_mmx.c index 1c8632fb7c..ba595845a4 100644 --- a/libavcodec/i386/idct_mmx.c +++ b/libavcodec/i386/idct_mmx.c @@ -1,7 +1,4 @@ /* - * Note: For libavcodec, this code can also be used under the LGPL license - */ -/* * idct_mmx.c * Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * |