aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/bfin/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 16:40:23 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:19:13 +0300
commitbfb41b5039e36b7f873d6ea7d24b31bf3e1a8075 (patch)
treef776fa24bd348bbe1b95e48e7c68349a0af2a14f /libavcodec/bfin/Makefile
parent7384b7a71338d960e421d6dc3d77da09b0a442cb (diff)
downloadffmpeg-bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075.tar.gz
bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/bfin/Makefile')
-rw-r--r--libavcodec/bfin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/bfin/Makefile b/libavcodec/bfin/Makefile
index d1b41bc7f4..c293360205 100644
--- a/libavcodec/bfin/Makefile
+++ b/libavcodec/bfin/Makefile
@@ -3,6 +3,8 @@ OBJS += bfin/dsputil_bfin.o \
bfin/idct_bfin.o \
bfin/pixels_bfin.o \
+OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_bfin.o \
+ bfin/hpel_pixels_bfin.o
OBJS-$(CONFIG_MPEGVIDEOENC) += bfin/mpegvideo_bfin.o
OBJS-$(CONFIG_VP3DSP) += bfin/vp3_bfin.o \
bfin/vp3_idct_bfin.o