Bump ffmpeg.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Mar 2019 22:29:29 +0000 (22:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 May 2019 22:43:42 +0000 (23:43 +0100)
cscript

diff --git a/cscript b/cscript
index 5a076d2bc0ea33c5161b8071bb97251aee225373..07178d79751d347e0e79c170c27cc74680818345 100644 (file)
--- 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 = []