summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-10 16:48:31 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:29:21 +0300
commit278bd2054ca61ab70dfe38f1774409cda2da5359 (patch)
tree5059ba9a112a0d3599c525d6e0cf88352b8cec05 /libavcodec/sh4/Makefile
parentbfb41b5039e36b7f873d6ea7d24b31bf3e1a8075 (diff)
sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/sh4/Makefile')
-rw-r--r--libavcodec/sh4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/sh4/Makefile b/libavcodec/sh4/Makefile
index f907408d9f..a24b298ead 100644
--- a/libavcodec/sh4/Makefile
+++ b/libavcodec/sh4/Makefile
@@ -3,3 +3,5 @@ OBJS += sh4/dsputil_align.o \
sh4/idct_sh4.o \
OBJS-$(CONFIG_H264CHROMA) += sh4/h264chroma_init.o \
+
+OBJS-$(CONFIG_HPELDSP) += sh4/hpeldsp.o