diff options
author | Luca Abeni <lucabe72@email.it> | 2006-12-22 17:57:19 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-12-22 17:57:19 +0000 |
commit | d32d303568eeda7a2dda7e07b9e0f89c86caa032 (patch) | |
tree | d994b396bf99a58ddee2d0cb9bca6e87ce121943 /libswscale | |
parent | 11c6f4a11c3160b62109f960048dde82bd552fff (diff) | |
download | ffmpeg-d32d303568eeda7a2dda7e07b9e0f89c86caa032.tar.gz |
Clarify that yuv2rgb_init.c cannot be used under LGPL
Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 377ea80a7e..c65a3a9c86 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -15,8 +15,6 @@ OBJS+= yuv2rgb_altivec.o endif ifeq ($(CONFIG_GPL),yes) OBJS+= yuv2rgb.o -else -OBJS+= yuv2rgb_init.o endif HEADERS = swscale.h rgb2rgb.h |