[vlc-commits] contrib: gnutls: without-libdn2 is now without-libidn
Steve Lhomme
git at videolan.org
Mon Feb 18 10:33:37 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Feb 18 10:19:24 2019 +0100| [809ccfa5b09c46dd0dbf87f2411d87e494f2d880] | committer: Steve Lhomme
contrib: gnutls: without-libdn2 is now without-libidn
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=809ccfa5b09c46dd0dbf87f2411d87e494f2d880
---
contrib/src/gnutls/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index cc1a82d3ea..0a49f65f71 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -64,7 +64,7 @@ ifeq ($(ARCH),x86_64)
endif
endif
ifdef HAVE_WIN32
- GNUTLS_CONF += --without-libidn2
+ GNUTLS_CONF += --without-idn
ifdef HAVE_CLANG
ifeq ($(ARCH),aarch64)
GNUTLS_CONF += --disable-hardware-acceleration
More information about the vlc-commits
mailing list