diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-25 22:29:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:30:22 +0100 |
| commit | bb413b5ac967d1dd2f5472894204b26132b4bbc9 (patch) | |
| tree | 9c247ae1cc5aab40b662bf81d3625d849b52676a /cscript | |
| parent | 0356fef6793f8ae618b404c8d0a39048bf21b2e3 (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 = [] |
