Fix vaapi for libplacebo > 87

This commit is contained in:
jojo61
2020-08-14 12:38:27 +02:00
parent 6c13195fda
commit 072e1d6847
2 changed files with 6 additions and 2 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.2"
static const char *const VERSION = "3.2.3"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif