From 278bd2054ca61ab70dfe38f1774409cda2da5359 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Mar 2013 16:48:31 -0700 Subject: sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/sh4/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/sh4/Makefile') 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 -- cgit v1.2.3