Bump x265 minimum required version to 3.5+20.

This commit is contained in:
LoRd_MuldeR 2021-12-07 23:46:47 +01:00
parent fbbbe8faec
commit 2b869b7aa7

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 35;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
static const unsigned int VERSION_X265_MINIMUM_REV = 20;
// ------------------------------------------------------------
// Helper Macros