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. --- libswscale/swscale_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 5737724c96..228107af6d 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -450,10 +450,6 @@ typedef struct SwsContext { DECLARE_ALIGNED(4, uint32_t, gmask); #endif -#if HAVE_VIS - DECLARE_ALIGNED(8, uint64_t, sparc_coeffs)[10]; -#endif - /* function pointers for swscale() */ yuv2planar1_fn yuv2plane1; yuv2planarX_fn yuv2planeX; @@ -571,7 +567,6 @@ void updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufI int lastInLumBuf, int lastInChrBuf); SwsFunc ff_yuv2rgb_init_x86(SwsContext *c); -SwsFunc ff_yuv2rgb_init_vis(SwsContext *c); SwsFunc ff_yuv2rgb_init_ppc(SwsContext *c); SwsFunc ff_yuv2rgb_init_bfin(SwsContext *c); -- cgit v1.2.3