[vlc-commits] contrib: gnutls: don't use idn2 on Windows builds
Steve Lhomme
git at videolan.org
Tue May 15 18:34:52 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Sun May 13 18:07:34 2018 +0200| [8c5044beef808c3c6fc461e8cd2664bf18a60f70] | committer: Steve Lhomme
contrib: gnutls: don't use idn2 on Windows builds
That's what the buildbot does and it's not compatible with idn2 in mingw64
which requires detection with pkg-config
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c5044beef808c3c6fc461e8cd2664bf18a60f70
---
contrib/src/gnutls/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index ef996a5df7..e0f31a23d7 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -75,6 +75,7 @@ ifeq ($(ARCH),x86_64)
endif
endif
ifdef HAVE_WIN32
+ GNUTLS_CONF += --without-libidn2
ifdef HAVE_CLANG
ifneq ($(findstring $(ARCH), x86_64 aarch64),)
GNUTLS_CONF += --disable-hardware-acceleration
More information about the vlc-commits
mailing list