[vlc-devel] [PATCH 0/1] RFC: Add support Win32 to srt access
Justin Kim
justin.kim at collabora.com
Wed Dec 20 18:04:07 CET 2017
Hello,
To make srt support Win32, I am trying to use a general approach
for interrupt routine. `vlc_pipe` seems not to support Win32 and
SRT library doesn't provide similar mechanism too.
This patch is a easy way what I found, but I am not sure if-defined
macros are acceptable, or if there's nicer way. Therefore, I am sending
a review request before going further.
BR
Justin
Justin Kim (1):
access: srt: Add interrupt handle for Windows
modules/access/srt.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 48 insertions(+), 2 deletions(-)
--
2.15.1
More information about the vlc-devel
mailing list