summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-06-16 15:17:00 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-06-16 15:17:00 +0000
commit6e6203fb1c75d1097dffead3717d0acdc64a220f (patch)
tree3c3204e183be3e98c30f09457dc268c77ac10a30 /libswscale/Makefile
parentb3e83c965d5c3d0f42ed7dc64c70bc59a462b76a (diff)
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
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index dac331e474..23d120d05c 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -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