summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-01 19:32:15 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-01 19:32:15 +0200
commit1516214cdc7970797b79bca06b46a2eed16a1da3 (patch)
tree4d9d474fd498cf44c666219af240740527022ffc /cscript
parent8963f0007af1a312017b9627c18b82ec2a577591 (diff)
parent6f792158e88d9426a0eafc7f1724a33ddbd453e5 (diff)
Build with FFmpeg 4.4 and switch to the new send/receive APIs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 4ed5f2b2d..ad8249c9f 100644
--- a/cscript
+++ b/cscript
@@ -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