From 90be9c89248be5e80b91e9926a6f38c73501bcb6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 Jan 2022 00:28:17 +0000 Subject: Update to FFmpeg 4.4.1 "Rao". --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 1a6f00b67..9e61dcd80 100644 --- 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 -- cgit v1.2.3