[vlc-devel] [PATCH v3 0/3] Refactoring SRT modules
Justin Kim
justin.kim at collabora.com
Fri Mar 23 07:59:31 CET 2018
To build SRT on windows, some patches are cherry-picked from upstream.
And also, address size assumption codes were removed.
Justin Kim (3):
access_out: srt: Refactoring to support connection recovery
access: srt: Refactoring to support connection recovery
contrib: srt: Enabled for Win32
...001-CMakeLists.txt-let-cmake-find-pthread.patch | 39 ++
.../0001-channel.cpp-add-mswsock.h-for-Win32.patch | 28 ++
...h-Enable-localtime_s-only-if-MSC_VER-1500.patch | 34 ++
...ore-api.h-change-inet_ntop-to-getnameinfo.patch | 43 +++
contrib/src/srt/rules.mak | 11 +-
modules/access/srt.c | 341 ++++++++++--------
modules/access_output/srt.c | 396 +++++++++++++--------
7 files changed, 603 insertions(+), 289 deletions(-)
create mode 100644 contrib/src/srt/0001-CMakeLists.txt-let-cmake-find-pthread.patch
create mode 100644 contrib/src/srt/0001-channel.cpp-add-mswsock.h-for-Win32.patch
create mode 100644 contrib/src/srt/0001-srt_compat.h-Enable-localtime_s-only-if-MSC_VER-1500.patch
create mode 100644 contrib/src/srt/0001-srtcore-api.h-change-inet_ntop-to-getnameinfo.patch
--
2.16.2
More information about the vlc-devel
mailing list