libswscale: Split version.h

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2022-02-23 14:32:31 +02:00
parent 4332d6c4d5
commit 6cd2ac388d
7 changed files with 42 additions and 8 deletions

View File

@@ -26,7 +26,8 @@
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 6
#include "version_major.h"
#define LIBSWSCALE_VERSION_MINOR 5
#define LIBSWSCALE_VERSION_MICRO 100
@@ -40,10 +41,4 @@
#define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_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.
*/
#endif /* SWSCALE_VERSION_H */