freebsd-ports/net/linphone-base/files/patch-coreapi::linphonecore.c
Martin Wilke 681404d43d - Update to 2.1.1
PR:		121089
Submitted by:	Ports Fury
2008-03-31 20:33:54 +00:00

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){