diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-04 16:34:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-04 16:34:30 +0200 |
| commit | ba66249ab052bb27f49e12a772f366635b08ac2e (patch) | |
| tree | 6e087658995882bfefc261e30fd357c45d94e0a4 /cscript | |
| parent | 92e43a0189289345010c795040a798ef1986b93d (diff) | |
Bump ffmpeg to get ccache fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ def dependencies(target, options): 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', '7427ffe', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'c048a3f', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
