mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 23:31:37 +00:00
* build the dedicated server with voip support (benmachine)
This commit is contained in:
parent
8b0f1a6737
commit
db1cd85977
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -197,7 +197,6 @@ ifneq ($(BUILD_CLIENT),0)
|
|||
CURL_LIBS=$(shell pkg-config --silence-errors --libs libcurl)
|
||||
OPENAL_CFLAGS=$(shell pkg-config --silence-errors --cflags openal)
|
||||
OPENAL_LIBS=$(shell pkg-config --silence-errors --libs openal)
|
||||
# FIXME: introduce CLIENT_CFLAGS
|
||||
SDL_CFLAGS=$(shell pkg-config --silence-errors --cflags sdl|sed 's/-Dmain=SDL_main//')
|
||||
SDL_LIBS=$(shell pkg-config --silence-errors --libs sdl)
|
||||
endif
|
||||
|
@ -869,6 +868,7 @@ endif
|
|||
|
||||
ifeq ($(USE_VOIP),1)
|
||||
CLIENT_CFLAGS += -DUSE_VOIP
|
||||
SERVER_CFLAGS += -DUSE_VOIP
|
||||
ifeq ($(USE_INTERNAL_SPEEX),1)
|
||||
CLIENT_CFLAGS += -DFLOATING_POINT -DUSE_ALLOCA -I$(SPEEXDIR)/include
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue