summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 14:16:51 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-11 14:16:51 +0200
commitd6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 (patch)
treecbf853e32e9925017cc655ba316947cfc6e57605
parent0c998a7f85f1801287d009a170d5d85b8984a7f6 (diff)
Bump ffmpeg-cdist for ccache fixes on Windows.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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 = []