diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-13 15:25:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-13 15:25:11 +0200 |
commit | 85fe70b64c3d0c46ba5a8c7b501283e3b97e24e4 (patch) | |
tree | cc7fb01fe9ef1bf8df01163a03f22e9fcbda93bd /libavcodec/avcodec.h | |
parent | b4ca1b159f4b7f0c3d1e4b2deab686bda934f3a2 (diff) | |
parent | ca411fc1d34329cd17b28627f697e391ae52073f (diff) | |
download | ffmpeg-85fe70b64c3d0c46ba5a8c7b501283e3b97e24e4.tar.gz |
Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'
* commit 'ca411fc1d34329cd17b28627f697e391ae52073f':
avcodec: Remove broken MMI optimizations
Conflicts:
arch.mak
configure
libavcodec/avcodec.h
libavcodec/mips/Makefile
libavcodec/mips/dsputil_mmi.c
libavcodec/mips/idct_mmi.c
libavcodec/mips/mmi.h
libavcodec/mips/mpegvideo_mmi.c
libavcodec/options_table.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3c3dad3134..27e249f5b9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2788,7 +2788,9 @@ typedef struct AVCodecContext { #define FF_IDCT_SIMPLE 2 #define FF_IDCT_SIMPLEMMX 3 #define FF_IDCT_LIBMPEG2MMX 4 +#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 |