From ba66249ab052bb27f49e12a772f366635b08ac2e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Jun 2020 16:34:30 +0200 Subject: Bump ffmpeg to get ccache fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index dc7864cc3..cc9352191 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', '7427ffe', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'c048a3f', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- cgit v1.2.3