From 9287c92efa9c7987187afcf5a0b56a773b154f61 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 1 Feb 2008 15:44:57 +0000 Subject: [PATCH] remove g726 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7460 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";