diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-30 22:46:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-04 00:22:08 +0100 |
| commit | 7cdfaa6ea81bbb61ba52c485bdbbfbc9e66b82e7 (patch) | |
| tree | a5599c1727ce6435718ed5933d217a25f3546d0f /cscript | |
| parent | 27446bb97f50645ea57b07c120c4b8e87859e113 (diff) | |
Bump ffmpeg to 5.1.2 "Riemann"
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -452,7 +452,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)] + deps = [('ffmpeg', 'b5190a92da64ee196a8afa3ededbfc94d0000c68', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -468,7 +468,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', '3dc752da8948564456ce2d721c266b4e1a50e7a1')) - deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169')) + deps.append(('ffcmp', 'ea340a286078e025dcf9a0c75c6313d318dbf32b')) return deps |
