[Freeswitch-svn] [commit] r11448 - in freeswitch/branches/ctrix/mod_airpe: . osx_framework
FreeSWITCH SVN
ctrix at freeswitch.org
Thu Jan 22 16:37:50 PST 2009
Author: ctrix
Date: Thu Jan 22 18:37:50 2009
New Revision: 11448
Log:
Ok Brian, you're right
Removed:
freeswitch/branches/ctrix/mod_airpe/osx_framework/
Modified:
freeswitch/branches/ctrix/mod_airpe/Makefile
freeswitch/branches/ctrix/mod_airpe/airpe_if_osx.c
Modified: freeswitch/branches/ctrix/mod_airpe/Makefile
==============================================================================
--- freeswitch/branches/ctrix/mod_airpe/Makefile (original)
+++ freeswitch/branches/ctrix/mod_airpe/Makefile Thu Jan 22 18:37:50 2009
@@ -7,10 +7,10 @@
LOCAL_SOURCES=airpe_if_common.c airpe_api.c airpe_apps.c airpe_if_x11.c airpe_if_osx.c airpe_if_win32.c
#--------------------------------- LINUX
-LOCAL_LDFLAGS=-lX11
+#LOCAL_LDFLAGS=-lX11
#--------------------------------- OSX
-#LOCAL_LDFLAGS=-framework Skype -framework CoreFoundation
+LOCAL_LDFLAGS=-framework Skype -framework CoreFoundation
include ../../../../build/modmake.rules
Modified: freeswitch/branches/ctrix/mod_airpe/airpe_if_osx.c
==============================================================================
--- freeswitch/branches/ctrix/mod_airpe/airpe_if_osx.c (original)
+++ freeswitch/branches/ctrix/mod_airpe/airpe_if_osx.c Thu Jan 22 18:37:50 2009
@@ -3,7 +3,7 @@
#if defined (MACOSX) || defined(DARWIN)
-#include "osx_framework/SkypeAPI-Carbon.h"
+#include "Skype/SkypeAPI-Carbon.h"
struct skype_window_handler_s {
struct SkypeDelegate delegate;
@@ -88,7 +88,8 @@
ConnectToSkype();
while ( airpe->running ) {
- switch_sleep(100000);
+ADEBUG("loop\n");
+ switch_sleep(1000000);
}
DisconnectFromSkype();
More information about the Freeswitch-svn
mailing list