comparison libswscale/Makefile @ 27212:18fc658de355

Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
author lu_zero
date Wed, 09 Jul 2008 22:43:08 +0000
parents 42ea61ee020c
children 3594f4881efd
comparison
equal deleted inserted replaced
27211:580ddfaa46d4 27212:18fc658de355
1 include $(SUBDIR)../config.mak 1 include $(SUBDIR)../config.mak
2 2
3 NAME = swscale 3 NAME = swscale
4 FFLIBS = avutil 4 FFLIBS = avutil
5 5
6 OBJS = rgb2rgb.o swscale.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) += 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