From 032586223181125caa89cea505b3dbdabf02623c Mon Sep 17 00:00:00 2001 From: cypress Date: Fri, 14 Jun 2024 08:46:21 -0700 Subject: [PATCH] Explicitly do not build libspeex --- engine/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index 41f579874..f29037e2b 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -126,9 +126,7 @@ endif endif BRANDFLAGS+=-DCONFIG_FILE_NAME=config_$(FTE_CONFIG).h $(FTE_CONFIG_EXTRA) EXE_NAME=$(FTE_CONFIG) -ifeq (,$(findstring DNO_SPEEX,$(FTE_CONFIG_EXTRA))) - USE_SPEEX?=1 -endif +USE_SPEEX=0 ifeq (,$(findstring DNO_OPUS,$(FTE_CONFIG_EXTRA))) USE_OPUS=1 endif