summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-25 22:29:29 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commitf9361d461d2137953a492a2d424ef9df757290d4 (patch)
treedfb34425cde6c913d1f0948ba5e1327c9d748bae /cscript
parent2620cd84fffc08ef40aa72e98bb2b2d664ceda8a (diff)
Bump ffmpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5a076d2bc..07178d797 100644
--- a/cscript
+++ b/cscript
@@ -346,7 +346,7 @@ def dependencies(target):
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', 'a820b44', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []