summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-17 09:25:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-17 09:25:49 +0200
commitd042d3b7244ea8c7238238d72d87e68ea6bced4d (patch)
treeb08e03bca65ebebf1039e9080fc85c7887b5d69f
parent3b28f6ad6e4ebdbab8928079b63f962844060c2b (diff)
Bump ffmpeg for macOS 10.7 build fix.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index cdbc8decb..5afc12bff 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', '107f9af8', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', 'ec94e19', 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', '6259cd4'))
+ deps.append(('ffcmp', '75c5795'))
return deps