diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-11 16:48:27 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-12 20:56:54 +0200 |
commit | ca411fc1d34329cd17b28627f697e391ae52073f (patch) | |
tree | 0c0249ea90548e1a4611e44ea8c44ef9dfa92d21 /libavcodec/dsputil.c | |
parent | bc4620e5d61a4dd9a1f654fadd281a172aab04be (diff) | |
download | ffmpeg-ca411fc1d34329cd17b28627f697e391ae52073f.tar.gz |
avcodec: Remove broken MMI optimizations
The code fails to compile and is broken beyond repair.
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 cdd4b731f1..7a3fdba299 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -2976,7 +2976,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx) if (HAVE_VIS) ff_dsputil_init_vis (c, avctx); if (ARCH_ALPHA) ff_dsputil_init_alpha (c, avctx); if (ARCH_PPC) ff_dsputil_init_ppc (c, avctx); - if (HAVE_MMI) ff_dsputil_init_mmi (c, avctx); if (ARCH_SH4) ff_dsputil_init_sh4 (c, avctx); if (ARCH_BFIN) ff_dsputil_init_bfin (c, avctx); |