Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-07 13:29:11 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:28 +0400
commitd6096a67422534918405abb46dafbbac4608cbc3 (patch)
tree6b567e105b103345887c7ffc09bb47f9f763f6cf /libavcodec/dsputil.c
parentbbb64356cca65d7a2a33f59b2267ee58f28a061a (diff)
Remove all SH4 architecture optimizations
SH4 has been end-of-lifed and no more test machines are available.
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 56207e805b..91aac32e94 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -2653,8 +2653,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx)
ff_dsputil_init_bfin(c, avctx);
if (ARCH_PPC)
ff_dsputil_init_ppc(c, avctx);
- if (ARCH_SH4)
- ff_dsputil_init_sh4(c, avctx);
if (HAVE_VIS)
ff_dsputil_init_vis(c, avctx);
if (ARCH_X86)