[quake3-commits] r1582 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 1 22:21:24 EDT 2009


Author: zakk
Date: 2009-08-01 22:21:23 -0400 (Sat, 01 Aug 2009)
New Revision: 1582

Modified:
   trunk/Makefile
Log:
Patch from kevlarman for fixing external speex compile


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-07-07 22:13:06 UTC (rev 1581)
+++ trunk/Makefile	2009-08-02 02:21:23 UTC (rev 1582)
@@ -840,7 +840,7 @@
   ifeq ($(USE_INTERNAL_SPEEX),1)
     BASE_CFLAGS += -DFLOATING_POINT -DUSE_ALLOCA -I$(SPEEXDIR)/include
   else
-    CLIENT_LIBS += -lspeex
+    CLIENT_LIBS += -lspeex -lspeexdsp
   endif
 endif
 



More information about the quake3-commits mailing list