aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-08-02 02:21:23 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-08-02 02:21:23 +0000
commitbcc88aacfb6067e11e46145ec8dba2ae53a2995c (patch)
tree7385ffbf35703ce1a8a5c8e54b9acae5bc70916f /Makefile
parent4f048d03758b5988d17720b901daa3914e242f79 (diff)
downloadioquake3-aero-bcc88aacfb6067e11e46145ec8dba2ae53a2995c.tar.gz
ioquake3-aero-bcc88aacfb6067e11e46145ec8dba2ae53a2995c.zip
Patch from kevlarman for fixing external speex compile
git-svn-id: svn://svn.icculus.org/quake3/trunk@1582 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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