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

reimar subversion at mplayerhq.hu
Sat Jun 16 17:29:30 CEST 2007


Author: reimar
Date: Sat Jun 16 17:29:26 2007
New Revision: 23564

Log:
Missing libswscale part of TARGET_ -> HAVE_ change

Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Sat Jun 16 17:29:26 2007
@@ -9,7 +9,7 @@ EXTRALIBS := -L$(BUILD_ROOT)/libavutil -
 
 OBJS= swscale.o rgb2rgb.o
 
-OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
+OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 
 OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o



More information about the MPlayer-cvslog mailing list