Commit Graph

7 Commits

Author SHA1 Message Date
Rémi Denis-Courmont cc129a71d7 Remove old mail address from sources 2019-09-04 22:11:04 +03:00
Steve Lhomme 999348ce52 use proper check for the arpa/inet.h availability 2018-04-12 14:21:04 +02:00
KO Myung-Hun c84a1a1aba src: os2: move gai_strerror() to compat
This fixes the following linkage error.

-----
  CCLD     libhttps_plugin.la
weakld: error: Unresolved symbol (UNDEF) '_gai_strerror'.
weakld: info: The symbol is referenced by:
    P:\tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _gai_strerror is an undefined reference
file P:/tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj(ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj): undefined symbol _gai_strerror
make.exe[4]: *** [libhttps_plugin.la] Error 1
-----

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2015-12-17 23:38:36 +02:00
KO Myung-Hun 3180272a56 libstream_out_standard_plugin: fix linkage on OS/2
Move freeaddrinfo() to compat/.

-----
  CCLD     libstream_out_standard_plugin.la
weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'.
weakld: info: The symbol is referenced by:
    P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _freeaddrinfo is an undefined reference
file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo
-----

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-11-22 11:17:31 +02:00
KO Myung-Hun ecd7f4e2e7 os2: getaddrinfo: fix typo
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-08-28 09:18:08 +02:00
Jean-Baptiste Kempf 9c9a3bc82c Fix license header 2013-03-28 18:34:38 +01:00
KO Myung-Hun 66eec16fa2 Add missing getaddrinfo(), freeaddrinfo(), getnameinfo() and gai_strerror() for OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-12-06 16:00:11 +02:00