diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-13 20:39:56 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-13 20:45:49 +0100 |
commit | c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac (patch) | |
tree | 4857540a20b55136121e14403a9cb86d4369955d /libavcodec/hpeldsp.c | |
parent | 16381923fb7b9087ce559fb1cd3594469ac6788b (diff) | |
download | ffmpeg-c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac.tar.gz |
Remove all Alpha architecture optimizations
Alpha has been end-of-lifed and no more test machines are available.
Diffstat (limited to 'libavcodec/hpeldsp.c')
-rw-r--r-- | libavcodec/hpeldsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |