From: Carl Hetherington Date: Wed, 6 May 2020 22:06:44 +0000 (+0200) Subject: Bump ffmpeg to carl-dcpomatic-12 (4.2.2). X-Git-Tag: v2.15.72~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4115c8e95e521821994ca16358f106b678056fec;hp=47e29203daec51d313ed8ab8ef759752bce18d45 Bump ffmpeg to carl-dcpomatic-12 (4.2.2). --- diff --git a/cscript b/cscript index d1bc02c05..b9cfd940d 100644 --- a/cscript +++ b/cscript @@ -364,7 +364,7 @@ def dependencies(target, options): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] + deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []