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-06 21:30:22 +0100
commitbb413b5ac967d1dd2f5472894204b26132b4bbc9 (patch)
tree9c247ae1cc5aab40b662bf81d3625d849b52676a /cscript
parent0356fef6793f8ae618b404c8d0a39048bf21b2e3 (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 = []