From 148d54bf543151573363aa7f7319a41cfe096873 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 23 May 2017 09:05:38 -0500 Subject: [PATCH] Remove libspeex from README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7594120..8bb0fc90 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,11 @@ Makefile.local: USE_CODEC_OPUS - enable Ogg Opus support USE_MUMBLE - enable Mumble support USE_VOIP - enable built-in VoIP support + USE_FREETYPE - enable FreeType support for rendering fonts USE_INTERNAL_LIBS - build internal libraries instead of dynamically linking against system libraries; this just sets - the default for USE_INTERNAL_SPEEX etc. + the default for USE_INTERNAL_ZLIB etc. and USE_LOCAL_HEADERS - USE_INTERNAL_SPEEX - build internal speex library instead of dynamically - linking against system libspeex - USE_FREETYPE - enable FreeType support for rendering fonts USE_INTERNAL_ZLIB - build and link against internal zlib USE_INTERNAL_JPEG - build and link against internal JPEG library USE_INTERNAL_OGG - build and link against internal ogg library