Mercurial > mplayer.hg
diff libswscale/Makefile @ 28665:8226498f4e24
New LGPLed YUV2RGB table generator for SwScaler
author | kostya |
---|---|
date | Sun, 22 Feb 2009 09:22:05 +0000 |
parents | 72fefc25df4b |
children | 0386e8c28782 |
line wrap: on
line diff
--- a/libswscale/Makefile Sat Feb 21 22:08:50 2009 +0000 +++ b/libswscale/Makefile Sun Feb 22 09:22:05 2009 +0000 @@ -5,10 +5,9 @@ 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