[vlc-devel] [PATCH 3/3] contrib: srt: Enabled for Win32
Thomas Guillem
thomas at gllm.fr
Thu Mar 1 11:07:12 CET 2018
On Tue, Jan 30, 2018, at 09:13, Justin Kim wrote:
> Signed-off-by: Justin Kim <justin.kim at collabora.com>
> ---
> contrib/src/srt/rules.mak | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/contrib/src/srt/rules.mak b/contrib/src/srt/rules.mak
> index 3ffdfb4d55..97ac604bcb 100644
> --- a/contrib/src/srt/rules.mak
> +++ b/contrib/src/srt/rules.mak
> @@ -3,11 +3,10 @@
> SRT_VERSION := 1.2.2
> SRT_URL := $(GITHUB)/Haivision/srt/archive/v$(SRT_VERSION).tar.gz
>
> -ifndef HAVE_WIN32
> ifdef BUILD_NETWORK
> PKGS += srt
> endif
> -endif
> +
The contrib build is failing on Windows, see https://paste.gnome.org/pxe2wjl39
> ifeq ($(call need_pkg,"srt >= 1.2.2"),)
> PKGS_FOUND += srt
> endif
> --
> 2.16.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