diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 14:24:51 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:05:26 +0200 |
commit | 884c5976592c2d8084e8c9951c94ddf04019d81d (patch) | |
tree | 473738ec14148ca85ec9fa5a1dc22833db9dd785 /libavdevice/version.h | |
parent | 4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (diff) | |
download | ffmpeg-884c5976592c2d8084e8c9951c94ddf04019d81d.tar.gz |
libavdevice: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r-- | libavdevice/version.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h index 05234e7f21..513c0bb1bc 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -27,7 +27,8 @@ #include "libavutil/version.h" -#define LIBAVDEVICE_VERSION_MAJOR 59 +#include "version_major.h" + #define LIBAVDEVICE_VERSION_MINOR 5 #define LIBAVDEVICE_VERSION_MICRO 100 @@ -41,11 +42,4 @@ #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 - * the public API and may change, break or disappear at any time. - */ -#define FF_API_DEVICE_CAPABILITIES (LIBAVDEVICE_VERSION_MAJOR < 60) - #endif /* AVDEVICE_VERSION_H */ |