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..cb683cc6 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -75,10 +75,11 @@ 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", + build_arguments=["-Denable_tests=false"], ), Package( name="libsvtav1",