Commit d177f275 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'cc1d8c54'

* commit 'cc1d8c54':
  avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 788cf6f0 cc1d8c54
......@@ -154,7 +154,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment