changeset 27003:42ea61ee020c

OBJS should end in .o, not .c.
author diego
date Sun, 08 Jun 2008 14:44:38 +0000
parents 9fc307f7259c
children 78c0e3cc89d8
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Sun Jun 08 14:44:05 2008 +0000
+++ b/libswscale/Makefile	Sun Jun 08 14:44:38 2008 +0000
@@ -7,7 +7,7 @@
 
 OBJS-$(ARCH_BFIN)          +=  swscale_bfin.o yuv2rgb_bfin.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
-OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.c
+OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.o
 OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o