# HG changeset patch # User reimar # Date 1182007020 0 # Node ID 2e13eea875a3fb7e9725ad5647071f7e42fb76c5 # Parent 5fda2824ce8a7cf0981391d66058fd35b1bc02b6 Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. diff -r 5fda2824ce8a -r 2e13eea875a3 libswscale/Makefile --- a/libswscale/Makefile Sat Jun 16 11:49:11 2007 +0000 +++ b/libswscale/Makefile Sat Jun 16 15:17:00 2007 +0000 @@ -12,8 +12,8 @@ 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