Bump ffmpeg for cherry-pick to fix #2508.
authorCarl Hetherington <cth@carlh.net>
Sat, 8 Apr 2023 19:27:11 +0000 (21:27 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 8 Apr 2023 19:27:11 +0000 (21:27 +0200)
cscript

diff --git a/cscript b/cscript
index 939579fbad8dadb13f355b748761b67e3878425b..c4caf6844251e0f2742c3f0580d4983f023d3d23 100644 (file)
--- a/cscript
+++ b/cscript
@@ -472,7 +472,7 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []