Skip to content

Commit

Permalink
Switch to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 22, 2023
1 parent 7347747 commit 4b7c235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
76 changes: 0 additions & 76 deletions patches/ffmpeg.patch

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"--disable-doc",
"--disable-libtheora",
"--disable-mediafoundation",
"--disable-videotoolbox",
"--enable-fontconfig",
"--enable-gmp",
"--enable-gnutls" if use_gnutls else "--disable-gnutls",
Expand Down Expand Up @@ -341,7 +342,7 @@

ffmpeg_package = Package(
name="ffmpeg",
source_url="https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz",
source_url="https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz",
build_arguments=ffmpeg_build_args,
)

Expand Down

0 comments on commit 4b7c235

Please sign in to comment.