Support for more than 32 binaries (libraries) for each tool.
This commit is contained in:
parent
728409f5f6
commit
8a48c89f5d
@ -47,7 +47,7 @@ private:
|
|||||||
QString m_failedPath;
|
QString m_failedPath;
|
||||||
const SysinfoModel *const m_sysinfo;
|
const SysinfoModel *const m_sysinfo;
|
||||||
|
|
||||||
static const size_t MAX_BINARIES = 32;
|
static const size_t MAX_BINARIES = 48;
|
||||||
static QMutex m_binLock;
|
static QMutex m_binLock;
|
||||||
static QScopedPointer<QFile> m_binPath[MAX_BINARIES];
|
static QScopedPointer<QFile> m_binPath[MAX_BINARIES];
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 3
|
#define VER_X264_MAJOR 3
|
||||||
#define VER_X264_MINOR 0
|
#define VER_X264_MINOR 0
|
||||||
#define VER_X264_PATCH 4
|
#define VER_X264_PATCH 4
|
||||||
#define VER_X264_BUILD 1222
|
#define VER_X264_BUILD 1223
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user