summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-07 00:06:44 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-07 00:06:44 +0200
commit4115c8e95e521821994ca16358f106b678056fec (patch)
tree0944d1ce88d6cf5d8b63585e933e5b2bd18d776a /cscript
parent47e29203daec51d313ed8ab8ef759752bce18d45 (diff)
Bump ffmpeg to carl-dcpomatic-12 (4.2.2).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d1bc02c05..b9cfd940d 100644
--- a/cscript
+++ b/cscript
@@ -364,7 +364,7 @@ def dependencies(target, options):
if target.platform == 'windows' and target.version == 'xp':
deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
elif target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []