[vlc-commits] contrib: gmp: Disable assembly for NACL
Hugo Beauzée-Luyssen
git at videolan.org
Mon Mar 19 17:37:52 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 12 15:51:40 2017 +0200| [b10912736b71c34a758c15441c9d4124bbf8b443] | committer: Hugo Beauzée-Luyssen
contrib: gmp: Disable assembly for NACL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b10912736b71c34a758c15441c9d4124bbf8b443
---
contrib/src/gmp/rules.mak | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/src/gmp/rules.mak b/contrib/src/gmp/rules.mak
index 1d20c8e0a1..196be5b8f9 100644
--- a/contrib/src/gmp/rules.mak
+++ b/contrib/src/gmp/rules.mak
@@ -13,6 +13,11 @@ ifeq ($(ARCH),mips64el)
GMP_CONF += --disable-assembly
endif
endif
+ifdef HAVE_NACL
+ifeq ($(ARCH),x86_64)
+GMP_CONF += --disable-assembly
+endif
+endif
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
$(call download_pkg,$(GMP_URL),gmp)
More information about the vlc-commits
mailing list