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-10-16 11:35:33 +0200
commita37dbbc42a99baeea21f8937f114fb350001595c (patch)
tree365556cd5e5af217c79878bd5e22ea50b06e0572 /cscript
parent2ecf279c41b65ec5d74ac3c441b0fef30cf27081 (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 5edc3b8c4..21c0bf93c 100644
--- a/cscript
+++ b/cscript
@@ -503,7 +503,7 @@ def dependencies(target, options):
ffmpeg_options = {}
if target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg', '7276e269a93c2ae30e302c34708e8095ac5475e8', ffmpeg_options)]
+ deps = [('ffmpeg', 'b5190a92da64ee196a8afa3ededbfc94d0000c68', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []
@@ -519,7 +519,7 @@ def dependencies(target, options):
deps.append(('openssl', '7f29dd5'))
if can_build_disk(target):
deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f'))
- deps.append(('ffcmp', '53c853d2935de3f2b0d53777529e48c102afd237'))
+ deps.append(('ffcmp', 'ea340a286078e025dcf9a0c75c6313d318dbf32b'))
return deps