[MPlayer-cvslog] r27035 - trunk/libswscale/Makefile

diego subversion at mplayerhq.hu
Sun Jun 8 16:44:39 CEST 2008


Author: diego
Date: Sun Jun  8 16:44:38 2008
New Revision: 27035

Log:
OBJS should end in .o, not .c.


Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Sun Jun  8 16:44:38 2008
@@ -7,7 +7,7 @@ OBJS = rgb2rgb.o swscale.o
 
 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
 



More information about the MPlayer-cvslog mailing list