Support for more than 32 binaries (libraries) for each tool.

This commit is contained in:
LoRd_MuldeR 2024-07-14 16:04:33 +02:00
parent 728409f5f6
commit 8a48c89f5d
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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)