diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-01 14:43:06 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-08 08:52:30 +0100 |
commit | 0144fe69951a10587769cfc76554d5f7f473eccb (patch) | |
tree | ffa60f0f1722b91cd758e52f6a26f2fd195e2462 /libavcodec/dsputil.c | |
parent | 9b027c0d0794b50e3b638cca4bed925638ab68bc (diff) | |
download | ffmpeg-0144fe69951a10587769cfc76554d5f7f473eccb.tar.gz |
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.
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index a72bd89323..9f282416d4 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -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); |