From 5d902eb5dbbf62bed096c17d7e46de75427d740c Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Tue, 14 Jul 2026 21:54:14 -0400 Subject: [PATCH] svtav1 4.2.0 --- README.md | 2 +- scripts/pkg.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59f96e89..6853108a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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.4 -- libsvtav1 4.1.0 +- libsvtav1 4.2.0 - vpx 1.16.0 - png 1.6.58 - webp 1.6.0 diff --git a/scripts/pkg.py b/scripts/pkg.py index cb683cc6..957dc558 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -83,8 +83,8 @@ def __lt__(self, other): ), Package( name="libsvtav1", - source_url="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v4.1.0/SVT-AV1-v4.1.0.tar.bz2", - sha256="184162d3db3a4448882b17230413b4938ca252eef6b3c5e2f1236b2fcf497881", + source_url="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v4.2.0/SVT-AV1-v4.2.0.tar.bz2", + sha256="512f2ea5649e3e76c2dddcc25c2556fb67a9582baaab207c9c96161c94659dad", build_system="cmake", build_arguments=["-DBUILD_APPS=OFF", "-DBUILD_DEC=OFF", "-DBUILD_ENC=ON", "-DENABLE_NASM=ON"], ),