comparison libswscale/Makefile @ 27003:42ea61ee020c

OBJS should end in .o, not .c.
author diego
date Sun, 08 Jun 2008 14:44:38 +0000
parents 9fc307f7259c
children 18fc658de355
comparison
equal deleted inserted replaced
27002:9fc307f7259c 27003:42ea61ee020c
5 5
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-$(CONFIG_MLIB) += yuv2rgb_mlib.c 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 13
14 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o 14 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
15 15