diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:03:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:03:14 +0000 |
| commit | ad544d2e17e10aadfe42fa7a49dbf67b86e8aef2 (patch) | |
| tree | c70649dd50486574480705a0235908db0f0323c1 /cscript | |
| parent | ad1ef39eda58b3a919ea3b7084401a0439409ec6 (diff) | |
Bump ffmpeg-cdist for Windows 64 arch fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = [] |
