Patch from kevlarman for fixing external speex compile

This commit is contained in:
Zachary Slater 2009-08-02 02:21:23 +00:00
parent d34e91ef68
commit ca91bb1ab5
1 changed files with 1 additions and 1 deletions

View File

@ -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