changeset 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 afcf4c4d2505
children 42ea61ee020c
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Sun Jun 08 14:41:44 2008 +0000
+++ b/libswscale/Makefile	Sun Jun 08 14:44:05 2008 +0000
@@ -9,7 +9,7 @@
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.c
 OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
-OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.c
+OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o
 
 ASM_OBJS-$(ARCH_BFIN)      +=  internal_bfin.o