diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-25 22:29:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | f9361d461d2137953a492a2d424ef9df757290d4 (patch) | |
| tree | dfb34425cde6c913d1f0948ba5e1327c9d748bae /cscript | |
| parent | 2620cd84fffc08ef40aa72e98bb2b2d664ceda8a (diff) | |
Bump ffmpeg.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ def dependencies(target): 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', 'a820b44', ffmpeg_options)] + deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
