summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
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