From 5731ba95220bd8dbe8de1bf4d761e0ef96499825 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Wed, 17 Jun 2026 21:47:47 -0400 Subject: [PATCH] Use ffmpeg 8.1.2 --- README.rst | 2 +- scripts/pkg.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5c6ce7f1..bf27ef1c 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ The builds are provided for several platforms: Features -------- -Currently FFmpeg 8.1.1 is built with the following packages enabled for all platforms: +Currently FFmpeg 8.1.2 is built with the following packages enabled for all platforms: - lame 3.100 - opus 1.6.1 diff --git a/scripts/pkg.py b/scripts/pkg.py index 54330ad1..8bc5cd4e 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -191,8 +191,8 @@ def __lt__(self, other): ffmpeg_package = Package( name="ffmpeg", - source_url="https://ffmpeg.org/releases/ffmpeg-8.1.1.tar.xz", - sha256="b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3", + source_url="https://ffmpeg.org/releases/ffmpeg-8.1.2.tar.xz", + sha256="464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c", ) all_packages: list[Package] = [ffmpeg_package]