summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authormhoffman <mhoffman@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-22 13:03:40 +0000
committermhoffman <mhoffman@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-22 13:03:40 +0000
commitd1a47e2290a3afc38acde19dde815be4d39765a2 (patch)
tree59d1de533685746652804b02fb4829bfcabac26f /libswscale/Makefile
parentb60c17b45ccc3184a587c9a4bed0905719a6e116 (diff)
downloadmpv-d1a47e2290a3afc38acde19dde815be4d39765a2.tar.bz2
mpv-d1a47e2290a3afc38acde19dde815be4d39765a2.tar.xz
integrating ff_bfin_get_unscaled_swscale into the system
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23605 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 95f90b7575..35a132c218 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -12,7 +12,9 @@ OBJS= swscale.o rgb2rgb.o
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(CONFIG_GPL) += yuv2rgb.o
-OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o
+OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o \
+ swscale_bfin.o \
+
ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h rgb2rgb.h