Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 15:28:03 +0300
committerMartin Storsjö <martin@martin.st>2022-03-16 15:05:26 +0300
commit0f8b0b9ce2d6119ee01f75d2e7e3a956c91804ff (patch)
treec6d487cfdf3a35b17e47936bc10adf1cdd333f92 /libpostproc/version.h
parent884c5976592c2d8084e8c9951c94ddf04019d81d (diff)
libpostproc: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r--libpostproc/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h
index e8bd6afdc8..4459d251d4 100644
--- a/libpostproc/version.h
+++ b/libpostproc/version.h
@@ -28,7 +28,8 @@
#include "libavutil/version.h"
-#define LIBPOSTPROC_VERSION_MAJOR 56
+#include "version_major.h"
+
#define LIBPOSTPROC_VERSION_MINOR 4
#define LIBPOSTPROC_VERSION_MICRO 100