mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
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.
This commit is contained in:
@@ -3138,7 +3138,6 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
||||
|
||||
if (HAVE_MMX) dsputil_init_mmx (c, avctx);
|
||||
if (ARCH_ARM) dsputil_init_arm (c, avctx);
|
||||
if (CONFIG_MLIB) dsputil_init_mlib (c, avctx);
|
||||
if (HAVE_VIS) dsputil_init_vis (c, avctx);
|
||||
if (ARCH_ALPHA) dsputil_init_alpha (c, avctx);
|
||||
if (ARCH_PPC) dsputil_init_ppc (c, avctx);
|
||||
|
||||
Reference in New Issue
Block a user