[vlc-commits] [Git][videolan/vlc][master] 2 commits: extras: tools: bump the minimum nasm version

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Mar 31 12:44:28 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
92678582 by Steve Lhomme at 2026-03-31T10:57:03+00:00
extras: tools: bump the minimum nasm version

FFmpeg 8.1 fails to build with nasm 2.14.

- - - - -
d228e9d2 by Steve Lhomme at 2026-03-31T10:57:03+00:00
contrib: ffmpeg: update to 8.1

Fixes #27908 as it contains https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/840183d823788306adb30153183614c3769bf6d3

- - - - -


3 changed files:

- contrib/src/ffmpeg/SHA512SUMS
- contrib/src/ffmpeg/rules.mak
- extras/tools/bootstrap


Changes:

=====================================
contrib/src/ffmpeg/SHA512SUMS
=====================================
@@ -1 +1 @@
-96f01fc3b881e208e8d35d858b2f60627f298b06103195e3e753b1c6429810d7a484d4daeebad6d0810172616383d103dfb5fcadc4512726c3719800d24a3fde  ffmpeg-8.0.tar.xz
+9deb30b93c27873564ec094693e72ff552f63a09af3175f9118672b88299a4e9495502aa0fb2dfbcd45857ba255f24b829bdd3c3c17d0f1eee75423302a9af8c  ffmpeg-8.1.tar.xz


=====================================
contrib/src/ffmpeg/rules.mak
=====================================
@@ -1,7 +1,7 @@
 # FFmpeg
 
 FFMPEG_HASH=ec47a3b95f88fc3f820b900038ac439e4eb3fede
-FFMPEG_MAJVERSION := 8.0
+FFMPEG_MAJVERSION := 8.1
 FFMPEG_REVISION := 0
 # FFMPEG_VERSION := $(FFMPEG_MAJVERSION).$(FFMPEG_REVISION)
 FFMPEG_VERSION := $(FFMPEG_MAJVERSION)


=====================================
extras/tools/bootstrap
=====================================
@@ -23,7 +23,7 @@ MIN_CONFIGGUESS=2025.07.10
 MIN_LIBTOOL=2.4
 MIN_M4=1.4.16
 MIN_MESON=1.10.0
-MIN_NASM=2.14
+MIN_NASM=2.15
 
 export LC_ALL=
 FOUND=



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/610176541bfb54aa09520b679b24ff165de1991d...d228e9d26dde7414a70d8cc542133b630475aa7b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/610176541bfb54aa09520b679b24ff165de1991d...d228e9d26dde7414a70d8cc542133b630475aa7b
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list