From c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Nov 2013 20:39:56 +0100 Subject: Remove all Alpha architecture optimizations Alpha has been end-of-lifed and no more test machines are available. --- libavcodec/hpeldsp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index 852cb5a164..598f9561a3 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -54,8 +54,6 @@ 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