fix build of exosip to configure jrtplib properly

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@474 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-29 16:56:05 +00:00
parent 4dc97fbc23
commit 0d63ea7df6
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ all: depends $(MODNAME).so
depends:
$(BASE)/buildlib.sh $(BASE) install jthread-1.1.2.tar.gz --prefix=$(PREFIX)
$(BASE)/buildlib.sh $(BASE) install jrtplib-3.3.0.tar.gz --prefix=$(PREFIX)
$(BASE)/buildlib.sh $(BASE) install jrtplib-3.3.0.tar.gz --prefix=$(PREFIX) --with-jthread-includes=$(PREFIX)/include/jthread
$(BASE)/buildlib.sh $(BASE) install jrtp4c --prefix=$(PREFIX)
$(BASE)/buildlib.sh $(BASE) install libosip2-2.2.2.tar.gz --prefix=$(PREFIX)
$(BASE)/buildlib.sh $(BASE) install libeXosip2-2.2.2.tar.gz --disable-josua --prefix=$(PREFIX)

View File

@ -474,7 +474,6 @@ static void activate_rtp(struct private_object *tech_pvt)
tech_pvt->rtp_session = jrtp4c_new(tech_pvt->local_sdp_audio_ip,
tech_pvt->local_sdp_audio_port,
tech_pvt->remote_sdp_audio_ip,