[vlc-devel] [PATCH 0/2] srt: Getting rid of linux specific headers

Steve Lhomme robux4 at gmail.com
Mon Dec 4 08:47:30 CET 2017


vlc_poll_i11e() is not enough for what you want ? It works on all
platforms supported by VLC. You don't have to do OS specific calls
yourself.

On Mon, Dec 4, 2017 at 7:15 AM, Justin Kim <justin.kim at collabora.com> wrote:
> epoll and eventfd are not platform independent functions.
> To support the other platforms like MacOS X, I tried to replace eventfd with pipe.
> In case of epoll, SRT library has wrapped the feature already.
>
> Justin Kim (2):
>   access: srt: use pipe to detect interrupt
>   access_out: srt: use pipe to detect interrupt
>
>  modules/access/srt.c        | 62 ++++++++++++++++++++-------------------------
>  modules/access_output/srt.c | 53 ++++++++++++++++++--------------------
>  2 files changed, 51 insertions(+), 64 deletions(-)
>
> --
> 2.15.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list