From 2957d29f0531ccd8a6f4378293424dfd92db3044 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Mar 2013 16:53:07 -0700 Subject: alpha: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index aed1cc982a..f00c449b12 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -54,6 +54,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags) hpel_funcs(avg, [3], 2); hpel_funcs(avg_no_rnd,, 16); + if (ARCH_ALPHA) + ff_hpeldsp_init_alpha(c, flags); if (ARCH_ARM) ff_hpeldsp_init_arm(c, flags); if (ARCH_BFIN) -- cgit v1.2.3