From 2a4656699b9fc1bc03ffb5723aa3da0cc1ba88c3 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 2 Aug 2006 19:41:37 +0000 Subject: Fix compilation error in MacOS because of recent changes in config.h, also disable AEC by default in pjsua-lib, and added ec-tail option in pjsua git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@643 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip-apps/build/Makefile') diff --git a/pjsip-apps/build/Makefile b/pjsip-apps/build/Makefile index e2fe85a3..228a4946 100644 --- a/pjsip-apps/build/Makefile +++ b/pjsip-apps/build/Makefile @@ -26,6 +26,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJSUA_LIB_LIB)) \ $(subst /,$(HOST_PSEP),$(PJSIP_LIB)) \ $(subst /,$(HOST_PSEP),$(PJMEDIA_CODEC_LIB)) \ $(subst /,$(HOST_PSEP),$(PJMEDIA_LIB)) \ + $(subst /,$(HOST_PSEP),$(PJMEDIA_CODEC_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \ $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ -- cgit v1.2.3