Macros and function useful to check at compiletime and at runtime which version of libavutil is in use. More...
Defines | |
#define | LIBAVUTIL_VERSION_MAJOR 51 |
#define | LIBAVUTIL_VERSION_MINOR 22 |
#define | LIBAVUTIL_VERSION_MICRO 1 |
#define | LIBAVUTIL_VERSION_INT |
#define | LIBAVUTIL_VERSION |
#define | LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
#define | LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
Functions | |
unsigned | avutil_version (void) |
Return the LIBAVUTIL_VERSION_INT constant. | |
const char * | avutil_configuration (void) |
Return the libavutil build-time configuration. | |
const char * | avutil_license (void) |
Return the libavutil license. |
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
#define LIBAVUTIL_VERSION |
#define LIBAVUTIL_VERSION_INT |
#define LIBAVUTIL_VERSION_MAJOR 51 |
#define LIBAVUTIL_VERSION_MICRO 1 |
#define LIBAVUTIL_VERSION_MINOR 22 |
const char* avutil_configuration | ( | void | ) |
const char* avutil_license | ( | void | ) |
unsigned avutil_version | ( | void | ) |