[MPlayer-cvslog] r27034 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Sun Jun 8 16:44:05 CEST 2008
Author: diego
Date: Sun Jun 8 16:44:05 2008
New Revision: 27034
Log:
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Sun Jun 8 16:44:05 2008
@@ -9,7 +9,7 @@ OBJS-$(ARCH_BFIN) += swscale_b
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
More information about the MPlayer-cvslog
mailing list