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.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user