From c548a42f3c424d285451c4f40e1542e7743c2973 Mon Sep 17 00:00:00 2001 From: kostya Date: Sun, 22 Feb 2009 09:22:05 +0000 Subject: New LGPLed YUV2RGB table generator for SwScaler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28700 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index a959661b51..9ebe825266 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -5,10 +5,9 @@ FFLIBS = avutil HEADERS = swscale.h -OBJS = rgb2rgb.o swscale.o swscale_avoption.o +OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb2.o OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o -OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -- cgit v1.2.3