summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2009-02-22 09:22:05 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2009-02-22 09:22:05 +0000
commite76709d8a66cbc3f541ec79d482862a2c3100d5a (patch)
treeae01eb70367a1dae541071a02a7c8d8f2b9945d2 /libswscale/Makefile
parent21effaa4b20bbd34ecc11e5bef1211dcca6fc2bc (diff)
New LGPLed YUV2RGB table generator for SwScaler
Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
1 files changed, 1 insertions, 2 deletions
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