Bump ffmpeg-cdist for ccache fixes on Windows.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 12:16:51 +0000 (14:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 12:16:51 +0000 (14:16 +0200)
cscript

diff --git a/cscript b/cscript
index baf2e570067ea3ddc810209ee4b61625a6ac5b4e..7c2d944f1b18639e07daeabc4dbb2938eccbe702 100644 (file)
--- 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 = []