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

Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Reimar Döffinger 2007-06-16 15:17:00 +00:00
parent b3e83c965d
commit 6e6203fb1c
1 changed files with 2 additions and 2 deletions

View File

@ -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