diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-17 09:33:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-17 09:33:51 +0200 |
| commit | 59cf8538a52b66eb02afe5a482929add289d6d34 (patch) | |
| tree | 5b94d699dc501aaeec8391abd4090e531dbf83b8 /cscript | |
| parent | d042d3b7244ea8c7238238d72d87e68ea6bced4d (diff) | |
Bump again.macos107
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -381,7 +381,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'ec94e19', ffmpeg_options)] + deps = [('ffmpeg-cdist', '114a1ae', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -397,7 +397,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', '9d20ec5')) - deps.append(('ffcmp', '75c5795')) + deps.append(('ffcmp', '1857e80')) return deps |
