diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:43:53 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:35:56 +0200 |
commit | 42420e7b946272bc1e4b2aa2a95512c86db02831 (patch) | |
tree | 12de8a10853593ec4cd3b5c5bb9f47b7f554cd1a /libavcodec/version.h | |
parent | 32b80696e0637ca7254c35e6195bdc9ebb2352e0 (diff) | |
download | ffmpeg-42420e7b946272bc1e4b2aa2a95512c86db02831.tar.gz |
lavc: remove the FF_API_MM_FLAGS cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 7e5347404d..2b9856ce8b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -41,9 +41,6 @@ #ifndef FF_API_PALETTE_CONTROL #define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54) #endif -#ifndef FF_API_MM_FLAGS -#define FF_API_MM_FLAGS (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_OPT_SHOW #define FF_API_OPT_SHOW (LIBAVCODEC_VERSION_MAJOR < 53) #endif |