]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add portaudio to bootstrap
authorMichael Jerris <mike@jerris.com>
Mon, 8 Jun 2009 20:48:54 +0000 (20:48 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 8 Jun 2009 20:48:54 +0000 (20:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13690 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index da571ae81365dce85751de9b440efc8732be33e5..62ad1afac9d962971ec13b218000499f7c0e4bab 100755 (executable)
@@ -5,7 +5,7 @@ BASEDIR=`pwd`;
 LIBDIR=${BASEDIR}/libs;
 SUBDIRS="ilbc curl iksemel voipcodecs \
         js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
-        speex sqlite srtp openzap spandsp libg722_1";
+        speex sqlite srtp openzap spandsp libg722_1 portaudio";
 
 
 if [ ! -f modules.conf ]; then