summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-11 16:48:27 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-12 20:56:54 +0200
commitca411fc1d34329cd17b28627f697e391ae52073f (patch)
tree0c0249ea90548e1a4611e44ea8c44ef9dfa92d21 /libavcodec/version.h
parentbc4620e5d61a4dd9a1f654fadd281a172aab04be (diff)
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.h3
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 */