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

Steve Lhomme robux4 at videolabs.io
Wed Jun 14 14:01:59 CEST 2017


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



More information about the vlc-devel mailing list