[vlc-devel] [PATCH 1/7] contrib: fix gnutls usage on Winstore builds
Rémi Denis-Courmont
remi at remlab.net
Mon Sep 14 14:58:02 CEST 2015
Le 2015-09-14 15:40, Steve Lhomme a écrit :
> ---
> contrib/src/gnutls/rules.mak | 3 +
> contrib/src/gnutls/winstore.patch | 221
> ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 224 insertions(+)
> create mode 100644 contrib/src/gnutls/winstore.patch
>
> diff --git a/contrib/src/gnutls/rules.mak
> b/contrib/src/gnutls/rules.mak
> index 5bd49b6..ccb7ae1 100644
> --- a/contrib/src/gnutls/rules.mak
> +++ b/contrib/src/gnutls/rules.mak
> @@ -31,6 +31,9 @@ endif
> ifdef HAVE_MACOSX
> $(APPLY) $(SRC)/gnutls/gnutls-pkgconfig-osx.patch
> endif
> +ifdef HAVE_WINRT
> + $(APPLY) $(SRC)/gnutls/winstore.patch
> +endif
Either you make the patch work on all platforms, or you apply the patch
only on target platforms. But not both, please.
> $(call pkg_static,"lib/gnutls.pc.in")
> $(UPDATE_AUTOCONFIG)
> $(MOVE)
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list