From bcc88aacfb6067e11e46145ec8dba2ae53a2995c Mon Sep 17 00:00:00 2001 From: zakk Date: Sun, 2 Aug 2009 02:21:23 +0000 Subject: Patch from kevlarman for fixing external speex compile git-svn-id: svn://svn.icculus.org/quake3/trunk@1582 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f4d1a..9eb6607 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 -- cgit v1.2.3