Skip to content

Commit

Permalink
Support for more than 32 binaries (libraries) for each tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmulder committed Jul 14, 2024
1 parent 728409f commit 8a48c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/thread_binaries.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class BinariesCheckThread : public StarupThread
QString m_failedPath;
const SysinfoModel *const m_sysinfo;

static const size_t MAX_BINARIES = 32;
static const size_t MAX_BINARIES = 48;
static QMutex m_binLock;
static QScopedPointer<QFile> m_binPath[MAX_BINARIES];

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define VER_X264_MAJOR 3
#define VER_X264_MINOR 0
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1222
#define VER_X264_BUILD 1223

#define VER_X264_PORTABLE_EDITION (0)

Expand Down

0 comments on commit 8a48c89

Please sign in to comment.