From 2cb2b517ddd3f4ac508644d3ea3acb3d07bf5de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 28 May 2024 07:48:33 +0200 Subject: [PATCH] Update binary FFmpeg build This adds support for `webp` and removes X11 libraries which were dragged into the macOs builds. --- scripts/ffmpeg-6.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ffmpeg-6.1.json b/scripts/ffmpeg-6.1.json index d5b84be19..49ce58d17 100644 --- a/scripts/ffmpeg-6.1.json +++ b/scripts/ffmpeg-6.1.json @@ -1,3 +1,3 @@ { - "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/6.1.1-1/ffmpeg-{platform}.tar.gz"] + "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/6.1.1-3/ffmpeg-{platform}.tar.gz"] }