Support for libplacebo API Version 106

Support for LIBPLACEBO with opengl -> needs API >= 106
This commit is contained in:
jojo61
2021-01-10 13:55:09 +01:00
parent 184cc1aa05
commit a7471e8800
3 changed files with 293 additions and 114 deletions

View File

@@ -61,7 +61,7 @@ extern "C"
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.2.4"
static const char *const VERSION = "3.3"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif