Files
ports/audio/mumble/files/patch-src-mumble-CELTCodec.cpp
T
Mark Felder 2d6b67c22f audio/mumble: Revive and update to 1.3.0-rc1
- Now supports Qt5

PR:		235177
2019-03-21 13:53:03 +00:00

11 lines
506 B
C++

--- src/mumble/CELTCodec.cpp.orig 2019-03-20 19:21:57 UTC
+++ src/mumble/CELTCodec.cpp
@@ -40,6 +40,7 @@ CELTCodec::CELTCodec(const QString &celt_version) {
alternatives << QString::fromLatin1("libcelt0.so.%1").arg(celt_version);
alternatives << QString::fromLatin1("libcelt.so.%1").arg(celt_version);
alternatives << QString::fromLatin1("celt.so.%1").arg(celt_version);
+ alternatives << QString::fromLatin1("libcelt-mumble.so.%1").arg(celt_version);
#else
int cpuinfo[4];
__cpuid(cpuinfo, 1);