[vlc-commits] extras/tools: bump nasm to 2.14.
Konstantin Pavlov
git at videolan.org
Thu Nov 8 12:25:43 CET 2018
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Nov 8 14:02:38 2018 +0300| [218ba7fca8ff815a5478b74f1f50d68f8b449510] | committer: Konstantin Pavlov
extras/tools: bump nasm to 2.14.
This fixes building nasm with gcc 8.2.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=218ba7fca8ff815a5478b74f1f50d68f8b449510
---
extras/tools/SHA512SUMS | 1 +
extras/tools/packages.mak | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/tools/SHA512SUMS b/extras/tools/SHA512SUMS
index d9dbc4c627..b08683c003 100644
--- a/extras/tools/SHA512SUMS
+++ b/extras/tools/SHA512SUMS
@@ -17,3 +17,4 @@ e9785f3d620a204b7d20222888917dc065c2036cae28667065bf7862dfa1b25235095a12fd04efdb
611e573756e3e936ce16b456df9583eb9acae51a0fbd28212444ddc0c1c5ec21e893d7a666bd77ef53423024939291a31dcf86d129126fa707b729d80b24184d nasm-2.13.03.tar.gz
073042fa2dc48804c58e76f036130a669e19612c25427b0ab14d0b366b549a63751bf3af03bfd0745d7c4f72497a4b2aab26a3cc6de83189ce111679073878e1 gettext-0.19.8.1.tar.gz
d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942 help2man-1.47.6.tar.xz
+8d23dde18525dccaa648ca01df40151e7f00cec4846bd611c8970dbcfc1fb57a453facfe4d41462e7c3c8bb548d44b961a04e4fc3073ab6b65063e53f42bf6fd nasm-2.14.tar.gz
diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index b7bb397c04..74fb34b3f3 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -6,7 +6,7 @@ VIDEOLAN=http://downloads.videolan.org/pub/contrib
YASM_VERSION=1.2.0
YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
-NASM_VERSION=2.13.03
+NASM_VERSION=2.14
NASM_URL=http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)/nasm-$(NASM_VERSION).tar.gz
CMAKE_VERSION=3.8.2
More information about the vlc-commits
mailing list