From 0144fe69951a10587769cfc76554d5f7f473eccb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 1 Feb 2012 14:43:06 +0100 Subject: Remove Sun medialib glue code. It is obscure, most likely unused and not bit-exact compared to libavcodec due to a different IDCT transform algorithm. --- libswscale/yuv2rgb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libswscale/yuv2rgb.c') diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 39c8b9c6fb..24dc96032d 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -510,8 +510,6 @@ SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c) t = ff_yuv2rgb_init_mmx(c); } else if (HAVE_VIS) { t = ff_yuv2rgb_init_vis(c); - } else if (CONFIG_MLIB) { - t = ff_yuv2rgb_init_mlib(c); } else if (HAVE_ALTIVEC) { t = ff_yuv2rgb_init_altivec(c); } else if (ARCH_BFIN) { -- cgit v1.2.3