Bump x264 version.

This commit is contained in:
LoRd_MuldeR 2016-09-25 15:58:05 +02:00
parent 0b42985558
commit 983601e0c8
3 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,9 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.75 [2016-??-??]
Version 2.75 [2016-09-25]
* Updated build environment to Visual Studio 2015 with Update-3
* Updated x264 to revision 2721
* Updated x265 to version 2.0+54
* Updated NVEncC to version 2.11

View File

@ -39,7 +39,7 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2705;
static const unsigned int VERSION_X264_MINIMUM_REV = 2708;
static const unsigned int VERSION_X264_CURRENT_API = 148;
// ------------------------------------------------------------

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 7
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1040
#define VER_X264_PATCH 5
#define VER_X264_BUILD 1042
#define VER_X264_PORTABLE_EDITION (0)