avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump

This commit is contained in:
Diego Biurrun 2014-08-10 06:44:03 -07:00
parent d63443b968
commit cc1d8c54c1
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_IDCT_XVIDMMX
#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 56)
#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_INPUT_PRESERVED
#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 57)