forked from Lainports/freebsd-ports
23 lines
538 B
C
23 lines
538 B
C
--- coreapi/linphonecore.c.orig 2008-02-12 20:18:04.000000000 +0900
|
|
+++ coreapi/linphonecore.c 2008-02-14 02:54:42.000000000 +0900
|
|
@@ -29,11 +29,9 @@
|
|
#include "exevents.h"
|
|
|
|
|
|
-#ifdef INET6
|
|
#ifndef WIN32
|
|
#include <netdb.h>
|
|
#endif
|
|
-#endif
|
|
|
|
#ifdef WIN32
|
|
#define HAVE_EXOSIP_GET_VERSION 1
|
|
@@ -318,7 +316,7 @@
|
|
const char **devices;
|
|
int ndev;
|
|
int i;
|
|
-#ifndef WIN32
|
|
+#ifdef __linux
|
|
/*alsadev let the user use custom alsa device within linphone*/
|
|
devid=lp_config_get_string(lc->config,"sound","alsadev",NULL);
|
|
if (devid){
|