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
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1b733bf02..1ccf28f78 100644
--- a/INSTALL
+++ b/INSTALL
@@ -65,6 +65,12 @@ CONFIG+=no-bundled-speex (Mumble)
Note that this requires your system-installed Speex to be at least version
1.2.0.
+CONFIG+=sbcelt (Mumble, Linux, OSX, FreeBSD)
+ Use the SBCELT library for decoding CELT frames. Enabling this option will
+ build Mumble in a mode that forces all CELT frames to be decoded in a
+ separate, sandboxed, helper process. CELT frames will still be encoded using
+ Mumble's bundled CELT library. This option implies CONFIG+=bundled-celt.
+
CONFIG+=optimize
Build a heavily optimized version, specific to the machine it's being
compiled on.