summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-22 23:03:14 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:03:14 +0000
commitad544d2e17e10aadfe42fa7a49dbf67b86e8aef2 (patch)
treec70649dd50486574480705a0235908db0f0323c1 /cscript
parentad1ef39eda58b3a919ea3b7084401a0439409ec6 (diff)
Bump ffmpeg-cdist for Windows 64 arch fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index b030362ec..dc70f35a5 100644
--- a/cscript
+++ b/cscript
@@ -334,9 +334,9 @@ def dependencies(target):
ffmpeg_options = {}
if target.platform == 'windows' and target.version == 'xp':
- deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)]
elif target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []