Bump x265 version.
This commit is contained in:
parent
d782e4f2b1
commit
c1a11a6ec3
@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history
|
|||||||
|
|
||||||
Version 2.69 [2016-04-??]
|
Version 2.69 [2016-04-??]
|
||||||
* Updated x264 to revision 2692
|
* Updated x264 to revision 2692
|
||||||
* Updated x265 to version 1.9+125
|
* Updated x265 to version 1.9+140
|
||||||
|
|
||||||
Version 2.68 [2016-04-09]
|
Version 2.68 [2016-04-09]
|
||||||
* Updated build environment to Visual Studio 2015 with Update-2
|
* Updated build environment to Visual Studio 2015 with Update-2
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 125;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 140;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 6
|
#define VER_X264_MINOR 6
|
||||||
#define VER_X264_PATCH 8
|
#define VER_X264_PATCH 8
|
||||||
#define VER_X264_BUILD 1020
|
#define VER_X264_BUILD 1022
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user