Mercurial > mplayer.hg
comparison libswscale/Makefile @ 31078:6502a6b24f9b
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
written by Kostya Shishkov
author | diego |
---|---|
date | Tue, 04 May 2010 09:11:01 +0000 |
parents | 3e858991e23d |
children | 6ef694f86f3a |
comparison
equal
deleted
inserted
replaced
31077:dd7f15a3fb1b | 31078:6502a6b24f9b |
---|---|
10 OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ | 10 OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ |
11 bfin/swscale_bfin.o \ | 11 bfin/swscale_bfin.o \ |
12 bfin/yuv2rgb_bfin.o | 12 bfin/yuv2rgb_bfin.o |
13 OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o | 13 OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o |
14 OBJS-$(HAVE_ALTIVEC) += ppc/yuv2rgb_altivec.o | 14 OBJS-$(HAVE_ALTIVEC) += ppc/yuv2rgb_altivec.o |
15 OBJS-$(HAVE_MMX) += x86/yuv2rgb_mmx.o | |
15 OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o | 16 OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o |
16 | |
17 MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ | |
18 | 17 |
19 TESTPROGS = colorspace swscale | 18 TESTPROGS = colorspace swscale |
20 | 19 |
21 DIRS = bfin mlib ppc sparc x86 | 20 DIRS = bfin mlib ppc sparc x86 |
22 | 21 |