[vlc-devel] [PATCH 0/2] srt: Getting rid of linux specific headers
Justin Kim
justin.kim at collabora.com
Mon Dec 4 07:15:23 CET 2017
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
More information about the vlc-devel
mailing list