diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-29 23:02:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-01 01:31:57 +0200 |
| commit | 5d49dbb9eb00770d9fd11c748549b7427cce21d4 (patch) | |
| tree | f6f08a56cd63bb3a01e74047ab4d6d631ed48469 /cscript | |
| parent | c699b77bce027c3ab70f04c411dc43f3ba628b28 (diff) | |
Upgrade to FFmpeg 4.4.
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 |
