baresip / baresip-apps

Baresip Applications Modules
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

multicast compile failed on windows #52

Open jobo-zt opened 2 weeks ago

jobo-zt commented 2 weeks ago

Please consider compatibility with Windows

Unrecognized header file 'net/if. h' in multicast. c

it can be modified as

`#ifdef HAVE_GETIFADDRS

include <net/if.h>

endif`

jobo-zt commented 2 weeks ago

https://github.com/baresip/baresip-apps/pull/53 Compilation was tested on both Windows and Raspberry Pi