From: Carl Hetherington Date: Mon, 25 Mar 2019 22:29:29 +0000 (+0000) Subject: Bump ffmpeg. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=a58ffbca2493d7538c1bee11f0f82916a35fbb42;p=dcpomatic.git Bump ffmpeg. --- diff --git a/cscript b/cscript index efe8c94b8..c31738b89 100644 --- a/cscript +++ b/cscript @@ -345,7 +345,7 @@ def dependencies(target): 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', 'a820b44', ffmpeg_options)] + deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []