comparison libswscale/Makefile @ 27002:9fc307f7259c

VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
author diego
date Sun, 08 Jun 2008 14:44:05 +0000
parents c1a75a6053f4
children 42ea61ee020c
comparison
equal deleted inserted replaced
27001:afcf4c4d2505 27002:9fc307f7259c
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.c
11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o 11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
12 OBJS-$(HAVE_VIS) += yuv2rgb_vis.c 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
16 HEADERS = swscale.h rgb2rgb.h 16 HEADERS = swscale.h rgb2rgb.h
17 17