comparison libswscale/Makefile @ 27855:eb78efa6cb07

Merge ARCH_BFIN lines.
author diego
date Mon, 03 Nov 2008 22:06:45 +0000
parents e5794cd5f4c9
children 72fefc25df4b
comparison
equal deleted inserted replaced
27854:e5794cd5f4c9 27855:eb78efa6cb07
3 NAME = swscale 3 NAME = swscale
4 FFLIBS = avutil 4 FFLIBS = avutil
5 5
6 OBJS = rgb2rgb.o swscale.o swscale_avoption.o 6 OBJS = rgb2rgb.o swscale.o swscale_avoption.o
7 7
8 OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o 8 OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o
9 OBJS-$(CONFIG_GPL) += yuv2rgb.o 9 OBJS-$(CONFIG_GPL) += yuv2rgb.o
10 OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o 10 OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o
11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o 11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
12 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o 12 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
13
14 OBJS-$(ARCH_BFIN) += internal_bfin.o
15 13
16 HEADERS = swscale.h 14 HEADERS = swscale.h
17 15
18 TESTS = cs_test swscale-example 16 TESTS = cs_test swscale-example
19 17