[vlc-commits] contrib: gnutls: without-libdn2 is now without-libidn

Steve Lhomme git at videolan.org
Fri Jun 26 12:34:48 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Feb 18 10:19:24 2019 +0100| [51dbdfa6ebff39233ce75bda4197ab911d496001] | committer: Steve Lhomme

contrib: gnutls: without-libdn2 is now without-libidn

(cherry picked from commit 809ccfa5b09c46dd0dbf87f2411d87e494f2d880)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=51dbdfa6ebff39233ce75bda4197ab911d496001
---

 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 03f4197010..ecd978b2f9 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