mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Patch from kevlarman for fixing external speex compile
This commit is contained in:
parent
d34e91ef68
commit
ca91bb1ab5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue