From e9e608ad5804d483de23e43b98d7af4d1b51e2e4 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Mar 2013 16:40:23 -0700 Subject: Move bfin half-pel assembly from dsputil to hpeldsp. --- libavcodec/hpeldsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index a7ac681b69..b323d98b7f 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -62,6 +62,6 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags) if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags); #if 0 if (ARCH_SH4) ff_hpeldsp_init_sh4 (c, flags); - if (ARCH_BFIN) ff_hpeldsp_init_bfin (c, flags); #endif + if (ARCH_BFIN) ff_hpeldsp_init_bfin (c, flags); } -- cgit v1.2.1