Commit 0fdc3cd8 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/version: add FF_CONST_AVUTIL53

This will become "const" on the next major API version
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dbd1fdd2
......@@ -138,6 +138,14 @@
#define FF_API_OPT_TYPE_METADATA (LIBAVUTIL_VERSION_MAJOR < 54)
#endif
#ifndef FF_CONST_AVUTIL53
#if LIBAVUTIL_VERSION_MAJOR >= 53
#define FF_CONST_AVUTIL53 const
#else
#define FF_CONST_AVUTIL53
#endif
#endif
/**
* @}
*/
......
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