From d6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jun 2020 14:16:51 +0200 Subject: Bump ffmpeg-cdist for ccache fixes on Windows. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index baf2e5700..7c2d944f1 100644 --- a/cscript +++ b/cscript @@ -365,7 +365,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', 'c048a3f', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'd798b45', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- cgit v1.2.3