diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-11 23:43:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-11 23:43:47 +0000 |
| commit | f851a375fc5bb9095def34c05a61f69e33139426 (patch) | |
| tree | 7c122fc86307a73d621975a4a525f7c6a9b1ddb4 /cscript | |
| parent | 00c2ef1c0aa3bc4ada8c8b86d7cbbec522e4844b (diff) | |
Bump ffmpeg.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,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', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
