diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-25 22:29:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-08 23:25:22 +0100 |
| commit | 30c9fa97792045f33ed68b26001d1bbf6ad063bf (patch) | |
| tree | 19af25f591f7901f6a90c707b54750ad26ed36d5 | |
| parent | 54239075a2ffae83cd01a24ebf28fd7a2faf71fa (diff) | |
Bump ffmpeg.
| -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 = [] |
