From cdf6e17713c85a83a6c17b1bd5cd21bf3910e140 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 4 Apr 2012 22:59:45 +0000 Subject: [PATCH] bootstrap.sh: add support for libzrtp --- bootstrap.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8dede07901..ae16cfa8d6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ BGJOB=false BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; SUBDIRS="apr \ - ilbc curl iksemel js js/nsprpub ldns libdingaling libedit libsndfile pcre sofia-sip \ + libzrtp ilbc curl iksemel js js/nsprpub ldns libdingaling libedit libsndfile pcre sofia-sip \ speex sqlite srtp openzap freetdm spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice silk libcodec2 \ fs"; @@ -307,6 +307,10 @@ bootstrap_apr() { fi } +bootstrap_libzrtp() { + (cd ${LIBDIR}/libzrtp/projects/gnu && ./bootstrap.sh) +} + # Libs automake automation function libbootstrap() { i=$1 @@ -379,7 +383,7 @@ bootstrap_fs() { bootstrap_libs() { for i in ${SUBDIRS}; do case "$i" in - apr|fs) bootstrap_$i && continue ;; + apr|fs|libzrtp) bootstrap_$i && continue ;; esac if [ "${BGJOB}" = "false" ]; then libbootstrap ${i}