]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
unix build tweaks
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 21 Dec 2005 17:33:03 +0000 (17:33 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 21 Dec 2005 17:33:03 +0000 (17:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@187 d0543943-73ff-0310-b7d9-9358b9ac24b2

modules.conf
src/include/switch.h

index b708cb7f4160fcf8cecaa132fef943d5e900577d..15b6b40b5904019c3f12486e7e8533698b742a9d 100644 (file)
@@ -5,7 +5,7 @@ mod_softtimer
 mod_woomerachan
 mod_playback
 #mod_wanchan
-#mod_speexcodec
+mod_speexcodec
 mod_exosip
 mod_g711codec
 mod_rawaudio
index 3a15f373224ec7dbb4ed2369088d5300789bcb80..449ec62f85046e92d95ccc84a57477c08888949c 100644 (file)
@@ -60,14 +60,7 @@ extern "C" {
 #include <apr_network_io.h>
 #include <apr_poll.h>
 #include <assert.h>
-
-//#include <time.h>
-//#include <stdlib.h>
-//#include <stdio.h>
-//#include <sys/types.h>
-//#include <stdarg.h>
-//#include <sys/types.h>
-//#include <string.h>
+#include <sqlite3.h>
 
 #ifdef WIN32
 #if defined(SWITCH_CORE_DECLARE_STATIC)