Bump ffmpeg for fix to EXR parsing with non-multiple-of-8 image sizes (#2508).
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Jul 2023 21:24:24 +0000 (23:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Aug 2023 22:53:09 +0000 (00:53 +0200)
cscript

diff --git a/cscript b/cscript
index ff57d18b8eb0e63d28d8814e0bc0a81c4076a813..c8c9c26c559f1e4da95b0979de3bd000bf45726f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -501,7 +501,7 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)]
+        deps = [('ffmpeg', '2706c05433ad53a0dd30364ad86e9693ceb89922', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []
@@ -517,7 +517,7 @@ def dependencies(target, options):
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f'))
-    deps.append(('ffcmp', '15e7fdf0b3896e3f7323a950105382a9c8ae3c39'))
+    deps.append(('ffcmp', '390e47107484914f5a86eee2384ca0950d48f17c'))
 
     return deps