diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-01 19:32:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-01 19:32:15 +0200 |
| commit | 1516214cdc7970797b79bca06b46a2eed16a1da3 (patch) | |
| tree | 4d9d474fd498cf44c666219af240740527022ffc /cscript | |
| parent | 8963f0007af1a312017b9627c18b82ec2a577591 (diff) | |
| parent | 6f792158e88d9426a0eafc7f1724a33ddbd453e5 (diff) | |
Build with FFmpeg 4.4 and switch to the new send/receive APIs.
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', 'e89aa4a', ffmpeg_options)] + deps = [('ffmpeg-cdist', '107f9af8', 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', 'a915540')) + deps.append(('ffcmp', '6259cd4')) return deps |
