diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-25 22:29:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-08 00:22:40 +0100 |
| commit | a58ffbca2493d7538c1bee11f0f82916a35fbb42 (patch) | |
| tree | 41e77b1ee45f1084a6148eee82235b46f5411d42 | |
| parent | 6bd1cfdaf8bebbf7e9f29986b869ff32a7fb48f7 (diff) | |
Bump ffmpeg.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,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 = [] |
