diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-30 16:43:56 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-01 00:13:58 +0100 |
commit | 0f87f9b4fceee854f09da2d1ef329245196775f8 (patch) | |
tree | 1cc168d5dd4febcb5cdba2d753d2ac91c52e39b6 /libavdevice | |
parent | 3f872c9bfa8ee1032058cfa48068b5a73ef27b5e (diff) | |
download | ffmpeg-0f87f9b4fceee854f09da2d1ef329245196775f8.tar.gz |
lavd: Add library identifier
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h index 9453234bf8..96e1ca9337 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVDEVICE_VERSION_MAJOR 55 -#define LIBAVDEVICE_VERSION_MINOR 1 +#define LIBAVDEVICE_VERSION_MINOR 2 #define LIBAVDEVICE_VERSION_MICRO 0 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ @@ -39,6 +39,8 @@ LIBAVDEVICE_VERSION_MICRO) #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 * dropped at a future version bump. The defines themselves are not part of |