[Freeswitch-svn] [commit] r12023 - freeswitch/trunk/src
FreeSWITCH SVN
shaneb at freeswitch.org
Sat Feb 14 19:28:18 PST 2009
Author: shaneb
Date: Sat Feb 14 21:28:18 2009
New Revision: 12023
Log:
Removed libresample
Modified:
freeswitch/trunk/src/CMakeLists.txt
Modified: freeswitch/trunk/src/CMakeLists.txt
==============================================================================
--- freeswitch/trunk/src/CMakeLists.txt (original)
+++ freeswitch/trunk/src/CMakeLists.txt Sat Feb 14 21:28:18 2009
@@ -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)
More information about the Freeswitch-svn
mailing list