Simple x264 Launcher development repository
修订版 | 718c88e8bffe4b03ce4075524c994afd59cf11a6 (tree) |
---|---|
时间 | 2020-04-18 06:01:43 |
作者 | ![]() |
Commiter | lordmulder |
Bump x265 minimum required version to 3.3+1.
@@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history | ||
4 | 4 | |
5 | 5 | Version 2.96 [2020-04-17] |
6 | 6 | * Updated x264 to revision 3000 (API v160) |
7 | -* Updated cURL to version 7.69.1 (2020-03-11) | |
7 | +* Updated x265 to version 3.3+1 | |
8 | 8 | * Updated build environment to Visual Studio 2019 with Update-5 |
9 | +* Updated cURL to version 7.69.1 (2020-03-11) | |
9 | 10 | |
10 | 11 | Version 2.95 [2020-01-03] |
11 | 12 | * Updated x264 to revision 2991 (API v159) |
@@ -40,8 +40,8 @@ | ||
40 | 40 | #include <QPair> |
41 | 41 | |
42 | 42 | //x265 version info |
43 | -static const unsigned int VERSION_X265_MINIMUM_VER = 32; | |
44 | -static const unsigned int VERSION_X265_MINIMUM_REV = 5; | |
43 | +static const unsigned int VERSION_X265_MINIMUM_VER = 33; | |
44 | +static const unsigned int VERSION_X265_MINIMUM_REV = 1; | |
45 | 45 | |
46 | 46 | // ------------------------------------------------------------ |
47 | 47 | // Helper Macros |