Bump x265 minimum required version to 3.2+5.

This commit is contained in:
LoRd_MuldeR 2019-10-05 21:04:26 +02:00
parent 8dc7cccd2d
commit 1f0a03d8e0

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 31;
static const unsigned int VERSION_X265_MINIMUM_REV = 8;
static const unsigned int VERSION_X265_MINIMUM_VER = 32;
static const unsigned int VERSION_X265_MINIMUM_REV = 5;
// ------------------------------------------------------------
// Helper Macros