From d32d303568eeda7a2dda7e07b9e0f89c86caa032 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 22 Dec 2006 17:57:19 +0000 Subject: [PATCH] Clarify that yuv2rgb_init.c cannot be used under LGPL Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 2 -- 1 file changed, 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