[vlc-devel] [PATCH 08/15] contrib: srt: disable package not usable on Winstore builds
Jean-Baptiste Kempf
jb at videolan.org
Fri Mar 8 20:29:45 CET 2019
modify srtcore/srt_compat.c to use SysStrError_Fallback all the time.
On Fri, 8 Mar 2019, at 16:20, Steve Lhomme wrote:
> uses FORMAT_MESSAGE_ALLOCATE_BUFFER (which is available since 14393)
> ---
> contrib/src/srt/rules.mak | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/contrib/src/srt/rules.mak b/contrib/src/srt/rules.mak
> index c9dbb59db87..343dc44a55e 100644
> --- a/contrib/src/srt/rules.mak
> +++ b/contrib/src/srt/rules.mak
> @@ -4,8 +4,10 @@ SRT_VERSION := 1.3.1
> SRT_URL := $(GITHUB)/Haivision/srt/archive/v$(SRT_VERSION).tar.gz
>
> ifdef BUILD_NETWORK
> +ifndef HAVE_WINSTORE
> PKGS += srt
> endif
> +endif
>
> ifeq ($(call need_pkg,"srt >= 1.3.1"),)
> PKGS_FOUND += srt
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list