From: Carl Hetherington Date: Tue, 11 Dec 2018 23:43:47 +0000 (+0000) Subject: Bump ffmpeg. X-Git-Tag: v2.13.83~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f851a375fc5bb9095def34c05a61f69e33139426 Bump ffmpeg. --- diff --git a/cscript b/cscript index 2136793f3..f8fc6ed18 100644 --- a/cscript +++ b/cscript @@ -338,7 +338,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', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []