Skip to content

Commit 598dea3

Browse files
committed
FFmpeg 9.0
1 parent 58a9d29 commit 598dea3

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The builds are provided for several platforms:
1111
Features
1212
--------
1313

14-
Currently FFmpeg 8.1.2 is built with the following packages enabled for all platforms:
14+
Currently FFmpeg 9.0 is built with the following packages enabled for all platforms:
1515

1616
- [lamer](https://github.com/basswood-io/lamer) 3.101.0
1717
- opus 1.6.1

patches/ffmpeg.patch

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,3 @@ index 8f9fb04115..a70c24378d 100755
2020
gmp
2121
libaribb24
2222
liblensfun
23-
diff --git a/libavutil/riscv/cpu.c b/libavutil/riscv/cpu.c
24-
index 8cc91625c7..481d63a39f 100644
25-
--- a/libavutil/riscv/cpu.c
26-
+++ b/libavutil/riscv/cpu.c
27-
@@ -36,6 +36,7 @@
28-
#include <sys/hwprobe.h>
29-
#elif HAVE_ASM_HWPROBE_H
30-
#include <asm/hwprobe.h>
31-
+#include <asm/unistd.h>
32-
#include <sys/syscall.h>
33-
#include <unistd.h>

scripts/pkg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def __lt__(self, other):
201201

202202
ffmpeg_package = Package(
203203
name="ffmpeg",
204-
source_url="https://ffmpeg.org/releases/ffmpeg-8.1.2.tar.xz",
205-
sha256="464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c",
204+
source_url="https://ffmpeg.org/releases/ffmpeg-9.0.tar.xz",
205+
sha256="7f607a00dd0d28a729d5a4811205812eef01cf6ef6155025febb6f36a9062d52",
206206
)
207207

208208
all_packages: list[Package] = [ffmpeg_package]

0 commit comments

Comments
 (0)