From ca91bb1ab5a9e1918b4dfa86e2e994b18f1c2bf6 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Sun, 2 Aug 2009 02:21:23 +0000 Subject: [PATCH] Patch from kevlarman for fixing external speex compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f4d1a3..9eb66070 100644 --- a/Makefile +++ b/Makefile @@ -840,7 +840,7 @@ ifeq ($(USE_VOIP),1) ifeq ($(USE_INTERNAL_SPEEX),1) BASE_CFLAGS += -DFLOATING_POINT -DUSE_ALLOCA -I$(SPEEXDIR)/include else - CLIENT_LIBS += -lspeex + CLIENT_LIBS += -lspeex -lspeexdsp endif endif