summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-29 23:02:03 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-30 20:39:03 +0200
commit054ee2d2bdee16b40a0328efb0b34d464e2c075c (patch)
tree5b8edfb9d059ed973395d974dcff29c52cab3005 /cscript
parente9796a45f1822916139f362803f3621347521584 (diff)
Upgrade to FFmpeg 4.4.
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