Documented no-bundled-celt option in INSTALL with a note concerning CELT 0.7.x

This commit is contained in:
Mikko Rantanen 2010-11-08 04:06:35 +02:00 committed by Stefan Hacker
parent 2131364b88
commit 77827aff02

View File

@ -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.