Bump ffmpeg to get some fixes that were on dcpomatic-14 but not dcpomatic-16.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Sep 2023 15:20:22 +0000 (17:20 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Sep 2023 15:20:22 +0000 (17:20 +0200)
cscript

diff --git a/cscript b/cscript
index 3ac579582f0059fb34591e7262008b6017881ac1..a38b9054a3c79735eef133a7261a922925e1854a 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', 'b5190a92da64ee196a8afa3ededbfc94d0000c68', ffmpeg_options)]
+        deps = [('ffmpeg', '38d4c009b128f0bf8b67a1875489eb214f5c0fcb', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []