Bump ffmpeg.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Mar 2019 22:29:29 +0000 (22:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 7 Apr 2019 23:22:40 +0000 (00:22 +0100)
cscript

diff --git a/cscript b/cscript
index efe8c94b8fa25528db9115fcfafa6172e76ceb99..c31738b89667121ad58df72e1bfa7c066bfa8e4d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -345,7 +345,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 = []