comparison libswscale/Makefile @ 26638:e82c55f04149

Build sparc arch specific code using the Makefile
author lu_zero
date Sun, 04 May 2008 20:19:33 +0000
parents e3fd577a9573
children 00dee59d921d
comparison
equal deleted inserted replaced
26637:e3fd577a9573 26638:e82c55f04149
6 OBJS = rgb2rgb.o swscale.o 6 OBJS = rgb2rgb.o swscale.o
7 7
8 OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o 8 OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o
9 OBJS-$(CONFIG_GPL) += yuv2rgb.o 9 OBJS-$(CONFIG_GPL) += yuv2rgb.o
10 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o 10 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
11
12 OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
13 OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
11 14
12 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o 15 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
13 16
14 HEADERS = swscale.h rgb2rgb.h 17 HEADERS = swscale.h rgb2rgb.h
15 18