From: Shane Burrell Date: Sun, 15 Feb 2009 03:28:18 +0000 (+0000) Subject: Removed libresample X-Git-Tag: v1.0.3~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e032cb7cf72a873d9ad37dbe40c71423355ab4a;p=thirdparty%2Ffreeswitch.git Removed libresample git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb479c8f46..022eeffa78 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6) -INCLUDE_DIRECTORIES(include/ ../libs/libresample/include/ ../libs/srtp/crypto/include/ ../libs/srtp/include/) +INCLUDE_DIRECTORIES(include/ ../libs/libresample/include/ ../libs/srtp/crypto/include/ ../libs/srtp/include/ ../libs/speex/include/) if( HAVE_NETDB_H) add_definitions( -DHAVE_NETDB_H)