diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-24 17:23:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:55:34 +0100 |
| commit | a21c8fab45da93d072f19e541aa67f2b745a4abc (patch) | |
| tree | 633955aeb9687878e958311e89987a36f93900c5 | |
| parent | 22aea65c9825e4caca7a9b394434e48ca2f32419 (diff) | |
Bump ffmpeg to build on newer binutils.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -395,7 +395,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'cb2b073d4f88230fca1d1d74e45235f5268fd825', ffmpeg_options)] + deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -411,7 +411,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', 'cce3730')) - deps.append(('ffcmp', '10934f1a9cd9770ef0b38da153f9576e77e7e925')) + deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169')) return deps |
