Skip to content
Snippets Groups Projects
Commit cc1d8c54 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump

parent d63443b9
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 57) #define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 57)
#endif #endif
#ifndef FF_API_IDCT_XVIDMMX #ifndef FF_API_IDCT_XVIDMMX
#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 56) #define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 57)
#endif #endif
#ifndef FF_API_INPUT_PRESERVED #ifndef FF_API_INPUT_PRESERVED
#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 57) #define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 57)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment