[vlc-commits] contrib: gnutls: Disable hardware optimizations on NaCl
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Mon Mar 19 17:37:54 CET 2018
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Oct 20 18:10:55 2017 +0200| [0d4d18e7a1158359fe9bc5fa98b919b484cfbcdc] | committer: Hugo Beauzée-Luyssen
contrib: gnutls: Disable hardware optimizations on NaCl
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d4d18e7a1158359fe9bc5fa98b919b484cfbcdc
---
 contrib/src/gnutls/rules.mak | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 95caf6885f..dfc31eec6f 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -83,6 +83,10 @@ endif
 endif
 endif
 
+ifdef HAVE_NACL
+	GNUTLS_CONF += --disable-hardware-acceleration
+endif
+
 .gnutls: gnutls
 	$(RECONF)
 	cd $< && $(GNUTLS_ENV) ./configure $(GNUTLS_CONF)
    
    
More information about the vlc-commits
mailing list