[vlc-devel] [PATCH 10/19] contrib: gnutls: fix linking on mingw32

Rémi Denis-Courmont remi at remlab.net
Wed Jun 14 15:35:18 CEST 2017


On June 14, 2017 3:01:59 PM GMT+03:00, Steve Lhomme <robux4 at videolabs.io> wrote:
>The one from the system is incorrect and the buildbot builds without
>it, so it
>should be OK
>---
> contrib/src/gnutls/rules.mak | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/contrib/src/gnutls/rules.mak
>b/contrib/src/gnutls/rules.mak
>index d9b2b2e5cb..80289ffd7f 100644
>--- a/contrib/src/gnutls/rules.mak
>+++ b/contrib/src/gnutls/rules.mak
>@@ -75,6 +75,11 @@ ifdef HAVE_WIN64
> 	GNUTLS_CONF += --disable-hardware-acceleration
> endif
> endif
>+ifndef HAVE_CROSS_COMPILE
>+ifdef HAVE_WIN32
>+	GNUTLS_CONF += --without-idn
>+endif
>+endif
> 
> .gnutls: gnutls
> 	$(RECONF)
>-- 
>2.12.1
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

Same problem again
-- 
Rémi Denis-Courmont


More information about the vlc-devel mailing list