From: Brian West Date: Fri, 1 Feb 2008 15:44:57 +0000 (+0000) Subject: remove g726 X-Git-Tag: v1.0-rc1~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9287c92efa9c7987187afcf5a0b56a773b154f61;p=thirdparty%2Ffreeswitch.git remove g726 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7460 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/bootstrap.sh b/bootstrap.sh index d70cd1d0fe..530dfe4eb3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ echo "bootstrap: checking installation..." BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; -SUBDIRS="codec/g7xx codec/g726 codec/gsm codec/ilbc codec/lpc10 curl iax iksemel \ +SUBDIRS="codec/g7xx codec/gsm codec/ilbc codec/lpc10 curl iax iksemel \ js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \ speex sqlite srtp xmlrpc-c";