[vlc-commits] network: Android has vlc_getaddrinfo_i11e

Thomas Guillem git at videolan.org
Wed Nov 2 10:45:16 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Nov  2 10:41:08 2016 +0100| [32bd30ca34defa3c7732b98eb26d202e255ae390] | committer: Thomas Guillem

network: Android has vlc_getaddrinfo_i11e

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32bd30ca34defa3c7732b98eb26d202e255ae390
---

 src/network/getaddrinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/getaddrinfo.c b/src/network/getaddrinfo.c
index d50c187..952c465 100644
--- a/src/network/getaddrinfo.c
+++ b/src/network/getaddrinfo.c
@@ -121,7 +121,7 @@ int vlc_getaddrinfo (const char *node, unsigned port,
 }
 
 #if defined (_WIN32) || defined (__OS2__) \
- || defined (__ANDROID__) || defined (__APPLE__)
+ || defined (__APPLE__)
 #warning vlc_getaddr_info_i11e() not implemented!
 int vlc_getaddrinfo_i11e(const char *node, unsigned port,
                          const struct addrinfo *hints, struct addrinfo **res)



More information about the vlc-commits mailing list