From 77827aff02fc842287f6186029ddd5231d5cc900 Mon Sep 17 00:00:00 2001 From: Mikko Rantanen Date: Mon, 8 Nov 2010 04:06:35 +0200 Subject: [PATCH] Documented no-bundled-celt option in INSTALL with a note concerning CELT 0.7.x --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index de192f1bb..c90d1d71e 100644 --- a/INSTALL +++ b/INSTALL @@ -55,7 +55,12 @@ CONFIG+=no-client CONFIG+=no-server Don't build the server (Murmur) -CONFIG+=no-bundled-speex +CONFIG+=no-bundled-celt (Mumble) + Don't use the included version of CELT, but look for one on the system. + Note that this requires that you have CELT 0.7.0 or 0.7.1 installed on + your system as CELT does not maintain bitstream compatibility. + +CONFIG+=no-bundled-speex (Mumble) Don't use the included version of Speex, but look for one on the system. Note that this requires your system-installed Speex to be at least version 1.2.0.