Bump ffmpeg to get ccache fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 4 Jun 2020 14:34:30 +0000 (16:34 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 4 Jun 2020 14:34:30 +0000 (16:34 +0200)
cscript

diff --git a/cscript b/cscript
index dc7864cc343b020d39c9f3cb822b3089585538a2..cc935219105f8d449db2bfc22c5fd14e8dd8e681 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', '7427ffe', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', 'c048a3f', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []