summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index f6adf2a514..dac331e474 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -12,6 +12,9 @@ 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
+
HEADERS = swscale.h rgb2rgb.h
include ../common.mak