lavd: Add library identifier
This commit is contained in:
parent
3f872c9bfa
commit
0f87f9b4fc
@ -28,7 +28,7 @@
|
|||||||
#include "libavutil/version.h"
|
#include "libavutil/version.h"
|
||||||
|
|
||||||
#define LIBAVDEVICE_VERSION_MAJOR 55
|
#define LIBAVDEVICE_VERSION_MAJOR 55
|
||||||
#define LIBAVDEVICE_VERSION_MINOR 1
|
#define LIBAVDEVICE_VERSION_MINOR 2
|
||||||
#define LIBAVDEVICE_VERSION_MICRO 0
|
#define LIBAVDEVICE_VERSION_MICRO 0
|
||||||
|
|
||||||
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
|
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
|
||||||
@ -39,6 +39,8 @@
|
|||||||
LIBAVDEVICE_VERSION_MICRO)
|
LIBAVDEVICE_VERSION_MICRO)
|
||||||
#define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT
|
#define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT
|
||||||
|
|
||||||
|
#define LIBAVDEVICE_IDENT "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FF_API_* defines may be placed below to indicate public API that will be
|
* FF_API_* defines may be placed below to indicate public API that will be
|
||||||
* dropped at a future version bump. The defines themselves are not part of
|
* dropped at a future version bump. The defines themselves are not part of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user