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/version.h | |
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/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b97439c91c..b702f4b4b1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -88,5 +88,8 @@ #ifndef FF_API_LIBMPEG2 #define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55) #endif +#ifndef FF_API_MMI +#define FF_API_MMI (LIBAVCODEC_VERSION_MAJOR < 55) +#endif #endif /* AVCODEC_VERSION_H */ |