Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-10 11:03:01 +0300
committerRobert Adam <dev@robert-adam.de>2022-09-10 11:29:12 +0300
commit4d05018c2e4f1bda48f6244b38f1e7bdc06de808 (patch)
treea6db6891f46ee3fbc4bf86af7628e1eba8912a56 /docs
parent0f2b694a18dd2154e07bfc78a7ee26d4880eeca6 (diff)
CHANGE(client): Drop support for all legacy codecs
Opus has been the go-to codec for years now and there is absolutely no reason why one would want to use any of the legacy codecs (Speex or CELT) its stead. Thus, this commit completely removes the support for these codecs from the Mumble client. Incidentally, having different codecs available somehow even caused some audio artifacts, which should now be resolved as well. Fixes #4538
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/build-instructions/cmake_options.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/dev/build-instructions/cmake_options.md b/docs/dev/build-instructions/cmake_options.md
index 0fa83201f..f4f165314 100644
--- a/docs/dev/build-instructions/cmake_options.md
+++ b/docs/dev/build-instructions/cmake_options.md
@@ -34,11 +34,6 @@ Build an x86 overlay
Bundle Qt's translations as well
(Default: ${static})
-### bundled-celt
-
-Build the included version of CELT instead of looking for one on the system.
-(Default: ON)
-
### bundled-gsl
Use the bundled GSL version instead of looking for one on the system