Bump ffmpeg.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Dec 2018 23:43:47 +0000 (23:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Dec 2018 23:43:47 +0000 (23:43 +0000)
cscript

diff --git a/cscript b/cscript
index 2136793f314ac8bbe38a6049a4e4cf37344a814b..f8fc6ed182309574a5e5d6766dd515996dd66b7d 100644 (file)
--- 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 = []