define for adaptive jitterbuf

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@228 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent c92ee953f9
commit c2d96d6073

@ -48,6 +48,11 @@ C_FLAGS = -Wall -fPIC -g \
-DOS='"$(OS)"' \
# -DSUPPORT_IPV6
ifeq ($(WITH_ADAPTIVE_JITTERBUFFER), yes)
CXX_FLAGS += -DUSE_ADAPTIVE_JB
endif
TARGET =
ifeq ($(OS), linux)
LD_FLAGS += -ldl -rdynamic -lpthread

Loading…
Cancel
Save