From 4e032cb7cf72a873d9ad37dbe40c71423355ab4a Mon Sep 17 00:00:00 2001 From: Shane Burrell Date: Sun, 15 Feb 2009 03:28:18 +0000 Subject: [PATCH] Removed libresample git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)