Bump x265 version.
This commit is contained in:
parent
2628bba0a9
commit
0dd2d7c61b
@ -3,7 +3,7 @@ Simple x264/x265 Launcher version history
|
||||
-----------------------------------------
|
||||
|
||||
Version 2.75 [2016-??-??]
|
||||
* Updated x265 to version 2.1+2
|
||||
* Updated x265 to version 2.1+20
|
||||
* Detection of "portable" VapourSynth (see README for details!)
|
||||
* Detection of "portable" Avisynth (see README for details!)
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 21;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 20;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 7
|
||||
#define VER_X264_PATCH 5
|
||||
#define VER_X264_BUILD 1054
|
||||
#define VER_X264_BUILD 1055
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user