Bump x264 version.
This commit is contained in:
parent
6c665b1447
commit
d782e4f2b1
@ -2,6 +2,10 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
Version 2.69 [2016-04-??]
|
||||||
|
* Updated x264 to revision 2692
|
||||||
|
* Updated x265 to version 1.9+125
|
||||||
|
|
||||||
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
|
||||||
* Updated x265 to version 1.9+106
|
* Updated x265 to version 1.9+106
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2643;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2668;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 148;
|
static const unsigned int VERSION_X264_CURRENT_API = 148;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
|
@ -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 1018
|
#define VER_X264_BUILD 1020
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user