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

bootstrap.sh

index 28c1c4ef6f76608ce3a7a949203b7183fc0b6361..e7b66356c2d2a1d3caa94842366f077d956f5062 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";
+        speex sqlite srtp openzap spandsp libg722_1";
 
 
 if [ ! -f modules.conf ]; then