From 8db00081a37d5b7e23918ee500bb16bc59b57197 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Mar 2013 15:37:59 -0700 Subject: x86: 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/hpeldsp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index 426802970c..238eb70034 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -53,4 +53,7 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags) hpel_funcs(avg, [2], 4); hpel_funcs(avg, [3], 2); hpel_funcs(avg_no_rnd,, 16); + + if (ARCH_X86) + ff_hpeldsp_init_x86(c, flags); } -- cgit v1.2.3