diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 14:16:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 14:16:51 +0200 |
| commit | d6bdcbf2ff548b0e3e2946174dd5f08d1d2c1fe5 (patch) | |
| tree | cbf853e32e9925017cc655ba316947cfc6e57605 | |
| parent | 0c998a7f85f1801287d009a170d5d85b8984a7f6 (diff) | |
Bump ffmpeg-cdist for ccache fixes on Windows.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |
