From b6deee98e2928040793bd76ab879a5b9be4b80dc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Apr 2023 21:27:11 +0200 Subject: [PATCH] Bump ffmpeg for cherry-pick to fix #2508. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 939579fba..c4caf6844 100644 --- a/cscript +++ b/cscript @@ -472,7 +472,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)] + deps = [('ffmpeg-cdist', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- 2.30.2