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/version.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/version.h') 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 */ -- cgit v1.2.3