summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-11 23:43:47 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-11 23:43:47 +0000
commitf851a375fc5bb9095def34c05a61f69e33139426 (patch)
tree7c122fc86307a73d621975a4a525f7c6a9b1ddb4 /cscript
parent00c2ef1c0aa3bc4ada8c8b86d7cbbec522e4844b (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 2136793f3..f8fc6ed18 100644
--- a/cscript
+++ b/cscript
@@ -338,7 +338,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', 'c1224ee', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []