From ca411fc1d34329cd17b28627f697e391ae52073f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 11 Oct 2012 16:48:27 +0200 Subject: avcodec: Remove broken MMI optimizations The code fails to compile and is broken beyond repair. --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 32a7dcb3ed..51270e6527 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2623,7 +2623,9 @@ typedef struct AVCodecContext { #if FF_API_LIBMPEG2 #define FF_IDCT_LIBMPEG2MMX 4 #endif +#if FF_API_MMI #define FF_IDCT_MMI 5 +#endif #define FF_IDCT_ARM 7 #define FF_IDCT_ALTIVEC 8 #define FF_IDCT_SH4 9 -- cgit v1.2.3