summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-30 22:46:33 +0200
committerCarl Hetherington <cth@carlh.net>2023-03-08 17:17:15 +0100
commit67601483f54a14e0db9ffeadb430348cf51f0457 (patch)
treeb74b8498415fa9408f5632262d6fa0a261a18564 /cscript
parentb3ab068b2106c5ee53e283ee69588f9e4a07ca3d (diff)
Bump ffmpeg to 5.1.2 "Riemann"
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 9c95d605f..099618a0e 100644
--- a/cscript
+++ b/cscript
@@ -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', 'b98f55b806f9dfe9e9374faceed99b689c29f28e'))
- deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169'))
+ deps.append(('ffcmp', 'ea340a286078e025dcf9a0c75c6313d318dbf32b'))
return deps