From 531b2282e7bfb8f63b16a44c492f4ebaeb12f088 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Tue, 14 Jul 2026 16:01:06 -0400 Subject: [PATCH 1/2] dav1d 1.5.4 --- README.md | 3 +-- scripts/pkg.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a403634..59f96e89 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Currently FFmpeg 8.1.2 is built with the following packages enabled for all plat - [lamer](https://github.com/basswood-io/lamer) 3.101.0 - opus 1.6.1 -- dav1d 1.5.3 +- dav1d 1.5.4 - libsvtav1 4.1.0 - vpx 1.16.0 - png 1.6.58 @@ -29,4 +29,3 @@ The following additional packages are also enabled on Linux: - gnutls 3.8.13 - nettle 3.10.2 - unistring 1.4.2 - diff --git a/scripts/pkg.py b/scripts/pkg.py index 374352b4..fc92637a 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -75,8 +75,8 @@ def __lt__(self, other): ), Package( name="dav1d", - source_url="https://code.videolan.org/videolan/dav1d/-/archive/1.5.3/dav1d-1.5.3.tar.bz2", - sha256="e099f53253f6c247580c554d53a13f1040638f2066edc3c740e4c2f15174ce22", + source_url="https://code.videolan.org/videolan/dav1d/-/archive/1.5.4/dav1d-1.5.4.tar.bz2", + sha256="2abfb0c89212e6e4733a54e0ae509ec00a5b845a6360946f918806e14aedb011", requires=["nasm"], build_system="meson", ), From 306d35e3cf822bfd0a168d35d2b5844b79630853 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Tue, 14 Jul 2026 17:24:09 -0400 Subject: [PATCH 2/2] Disable dav1d tests in package builds --- scripts/pkg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pkg.py b/scripts/pkg.py index fc92637a..cb683cc6 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -79,6 +79,7 @@ def __lt__(self, other): sha256="2abfb0c89212e6e4733a54e0ae509ec00a5b845a6360946f918806e14aedb011", requires=["nasm"], build_system="meson", + build_arguments=["-Denable_tests=false"], ), Package( name="libsvtav1",