aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-16 07:15:09 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-16 07:15:09 +0000
commitbe835bad3139b2f1437e81c1477415e9335c2e80 (patch)
treea804d3f73683295eb8673c1c33a5606191cdf0a7 /Makefile
parentc98e690aa8f68aa1fef27c22070c646c96fe8690 (diff)
downloadioquake3-aero-be835bad3139b2f1437e81c1477415e9335c2e80.tar.gz
ioquake3-aero-be835bad3139b2f1437e81c1477415e9335c2e80.zip
fix build without VOIP (David Severwright, bug#3720)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1427 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2c5f5f..336b3e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1356,6 +1356,7 @@ ifeq ($(ARCH),x86)
$(B)/client/snapvectora.o
endif
+ifeq ($(USE_VOIP),1)
ifeq ($(USE_INTERNAL_SPEEX),1)
Q3OBJ += \
$(B)/client/bits.o \
@@ -1399,6 +1400,7 @@ Q3OBJ += \
$(B)/client/vq.o \
$(B)/client/window.o
endif
+endif
ifeq ($(HAVE_VM_COMPILED),true)