From: Carl Hetherington Date: Sat, 8 Apr 2023 19:27:11 +0000 (+0200) Subject: Bump ffmpeg for cherry-pick to fix #2508. X-Git-Tag: v2.16.52~5 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b6deee98e2928040793bd76ab879a5b9be4b80dc Bump ffmpeg for cherry-pick to fix #2508. --- 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 = []