From: lordmulder Date: Thu, 2 May 2019 11:05:43 +0000 (+0200) Subject: Updated x265 minimum required version to 3.0+8. X-Git-Tag: v2.90~7 X-Git-Url: http://git.osdn.net/view?p=x264-launcher%2Fx264-launcher.git;a=commitdiff_plain;h=35f97f35761e5303ce02d30f193dff1fa1bd4323 Updated x265 minimum required version to 3.0+8. --- diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index e1d3e5e..cb9a053 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 29; -static const unsigned int VERSION_X265_MINIMUM_REV = 1; +static const unsigned int VERSION_X265_MINIMUM_VER = 30; +static const unsigned int VERSION_X265_MINIMUM_REV = 8; // ------------------------------------------------------------ // Helper Macros