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/dsputil.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/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 5839eb3fcc..fbdd5adbb1 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -2666,8 +2666,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx) } - if (ARCH_ALPHA) - ff_dsputil_init_alpha(c, avctx); if (ARCH_ARM) ff_dsputil_init_arm(c, avctx); if (ARCH_BFIN) |