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

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


Author: reimar
Date: Sat Jun 16 17:17:00 2007
New Revision: 23562

Log:
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.

Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Sat Jun 16 17:17:00 2007
@@ -12,8 +12,8 @@ OBJS= swscale.o rgb2rgb.o
 OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 
-OBJS-$(TARGET_ARCH_BFIN)     +=  yuv2rgb_bfin.o
-ASM_OBJS-$(TARGET_ARCH_BFIN) += internal_bfin.o
+OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o
+ASM_OBJS-$(ARCH_BFIN)      += internal_bfin.o
 
 HEADERS = swscale.h rgb2rgb.h
 



More information about the MPlayer-cvslog mailing list