summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-07 11:00:46 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-13 05:50:28 -0700
commitb4dd424d96f09f9bafb88e47f37df65dc4529143 (patch)
tree35ed851c0180f7d2c1ba6a858f7729b4efa3ddb4 /libavcodec/dsputil.c
parentd6096a67422534918405abb46dafbbac4608cbc3 (diff)
Remove all SPARC architecture optimizations
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
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 91aac32e94..6f44f9a7cc 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 (HAVE_VIS)
- ff_dsputil_init_vis(c, avctx);
if (ARCH_X86)
ff_dsputil_init_x86(c, avctx);