pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
349 stars 114 forks source link

Android API<24 does not implement `getifaddrs` #409

Open AlaricSenat opened 1 year ago

AlaricSenat commented 1 year ago

We still need to add a ifaddr.h compatibility layer for prior versions of android.

We are currently using libupnpn 1.14.13 for VLC android (we aim to support android >4.4) by reverting aa0166c9a87a6f02632a0c55fb6174b6a1bf8289 which does not allow us to support IPv6 only interfaces.