From b4dd424d96f09f9bafb88e47f37df65dc4529143 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 7 Jan 2014 11:00:46 +0100 Subject: 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. --- libavcodec/dsputil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 64e75a0..b914fb1 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -300,7 +300,6 @@ void ff_set_cmp(DSPContext* c, me_cmp_func *cmp, int type); void ff_dsputil_init_arm(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_bfin(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx); -void ff_dsputil_init_vis(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_x86(DSPContext* c, AVCodecContext *avctx); #endif /* AVCODEC_DSPUTIL_H */ -- cgit v1.1