Fix for softhdvaapi with libplacebo >= 3.Mai 2021

Needs fix for libplacebo as well.
Or use libplacebo older that 3. Mai 2021
This commit is contained in:
jojo61
2021-06-20 14:56:10 +02:00
parent 8f96c06595
commit eabbbcb442
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ extern void ToggleLUT();
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.5"
static const char *const VERSION = "3.5.1"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif