mumble/docs
Robert Adam d11fd05062 CHANGE(client): Remove bundled Opus version
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
2022-12-28 13:04:25 +01:00
..
additional-readmes MAINT(readme): Move READMEs for static server into docs/ 2020-07-08 17:55:46 +02:00
dev CHANGE(client): Remove bundled Opus version 2022-12-28 13:04:25 +01:00
media/images DOCS: Added description of Developer console 2021-02-28 08:50:50 +01:00
DeveloperConsole.md DOCS: Improve sentence in developer console description 2021-05-22 20:27:24 +02:00
DockerCompose.md DOCS(docker): Document Docker Compose '--build' switch. 2022-01-17 12:09:29 +01:00
GlobalShortcuts.md MAINT(docs): the Game bar trigger must be disabled for the guide button to work 2020-10-10 21:08:22 +02:00