Update to FFmpeg 4.4.1 "Rao".
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Jan 2022 00:28:17 +0000 (00:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jan 2022 10:52:24 +0000 (10:52 +0000)
cscript

diff --git a/cscript b/cscript
index 1a6f00b67f0f5059d812cc2759f192b719bcbf06..9e61dcd807f728c0da6fe25cc108da8c32dcb1bc 100644 (file)
--- a/cscript
+++ b/cscript
@@ -427,7 +427,7 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', '4c5269fa', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []
@@ -443,7 +443,7 @@ def dependencies(target, options):
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', 'cce3730'))
-    deps.append(('ffcmp', '6259cd4'))
+    deps.append(('ffcmp', 'b9b29fc6'))
 
     return deps