mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Since newer versions of libsndfile now link to the system-wide installed Opus version (on Linux distros), there would be a conflict between symbols defined in the system-wide installation and the self-built (bundled) Opus library. This, as it turned out, can lead for instance to failing assertions due to pointer identities no longer holding because e.g. a function from the self-built Opus version ends up calling a sub-function from the system-wide Opus installation instead. This is also the root cause for the infamous "Opus crash" or "Audio wizard crash". In order to avoid these issues, we don't ship a bundled Opus version anymore and instead make it a build prerequisite to have Opus installed on your system. Fixes #5302 |
||
|---|---|---|
| .. | ||
| bannrbmp.bmp | ||
| ClientInstaller.cs | ||
| dlgbmp.bmp | ||
| gpl.rtf | ||
| gpl.txt | ||
| lgpl.txt | ||
| Mumble.rtf | ||
| MumbleInstall.cs | ||
| portaudio.txt | ||
| qos.reg | ||
| qt.txt | ||
| ServerInstaller.cs | ||
| speex.txt | ||