summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-02 00:28:17 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-05 10:52:24 +0000
commit90be9c89248be5e80b91e9926a6f38c73501bcb6 (patch)
tree2ad571d43e6047593f86549fc5face4db6417779
parent8c1ce3b27b2d4bb8891554641c475a4d6c502450 (diff)
Update to FFmpeg 4.4.1 "Rao".
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 1a6f00b67..9e61dcd80 100644
--- a/cscript
+++ b/cscript
@@ -427,7 +427,7 @@ def dependencies(target, options):
ffmpeg_options = {}
if target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '4c5269fa', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []
@@ -443,7 +443,7 @@ def dependencies(target, options):
deps.append(('openssl', '7f29dd5'))
if can_build_disk(target):
deps.append(('lwext4', 'cce3730'))
- deps.append(('ffcmp', '6259cd4'))
+ deps.append(('ffcmp', 'b9b29fc6'))
return deps