[vlc-devel] [PATCH 2/2] vlccore: export vlc_poll() and freeaddrinfo()
KO Myung-Hun
komh78 at gmail.com
Mon Oct 20 11:47:37 CEST 2014
Ping ?
KO Myung-Hun wrote:
>
>
> Rémi Denis-Courmont wrote:
>> Le 2014-10-14 03:37, KO Myung-Hun a écrit :
>>> Some symbols are defined only in OS/2. So as Rémi said, it breaks other
>>> builds, especially Windows, when adding those symbols to libvlccore.sym
>>> unconditionally.
>>
>> As a general rule, replacement functions are added to the compat
>> library, which has no restrictions on exported symbols.
>
> Yes. But it is not for this case, at least vlc_poll().
>
> Anyway, I've updated a patch.
>
>
>
> 0001-vlccore-export-vlc_poll-and-vlc_freeaddrinfo.patch
>
>
> From d32a7da0b1de6bea094cb653e0cbe59358c3e198 Mon Sep 17 00:00:00 2001
> From: KO Myung-Hun <komh at chollian.net>
> Date: Sun, 12 Oct 2014 14:51:56 +0900
> Subject: [PATCH] vlccore: export vlc_poll() and vlc_freeaddrinfo()
>
> ---
> include/vlc_network.h | 1 +
> include/vlc_threads.h | 25 +------------------
> modules/stream_out/standard.c | 4 +-
> src/Makefile.am | 1 +
> src/extras/poll.c | 52 +++++++++++++++++++++++++++++++++++++++++
> src/libvlccore.sym | 2 +
> src/network/getaddrinfo.c | 7 ++++-
> 7 files changed, 66 insertions(+), 26 deletions(-)
> create mode 100644 src/extras/poll.c
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
More information about the vlc-devel
mailing list