diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-25 22:29:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | 5fd002bad73f55800b14fe46a5b93278cc0f1578 (patch) | |
| tree | 8b6b0546b996f0946c2241822b6c77f892d6b87a | |
| parent | 26273dfdfb05c938cc314ca84f81a87beba3795e (diff) | |
Bump ffmpeg.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,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 = [] |
