# HG changeset patch # User diego # Date 1212936278 0 # Node ID 42ea61ee020c2757e1b54f5dad54d84c3680a3af # Parent 9fc307f7259cf9e0d613d4b6790cf3d01c4fd187 OBJS should end in .o, not .c. diff -r 9fc307f7259c -r 42ea61ee020c libswscale/Makefile --- 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