[vlc-commits] contribs: gnutls: Disable hardware acceleration on	64bits winrt builds
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Fri May 20 17:06:32 CEST 2016
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri May 20 16:48:16 2016 +0200| [4a4e2eb871a571d465d35db9ceb50a8e82fb0924] | committer: Hugo Beauzée-Luyssen
contribs: gnutls: Disable hardware acceleration on 64bits winrt builds
It uses some forbidden functions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a4e2eb871a571d465d35db9ceb50a8e82fb0924
---
 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 c4a689c..3a49f61 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -65,6 +65,11 @@ endif
 ifdef HAVE_TIZEN
 	GNUTLS_CONF += --with-default-trust-store-dir=/etc/ssl/certs/
 endif
+ifdef HAVE_WINSTORE
+ifdef HAVE_WIN64
+	GNUTLS_CONF += --disable-hardware-acceleration
+endif
+endif
 
 .gnutls: gnutls
 	$(RECONF)
    
    
More information about the vlc-commits
mailing list