summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-15 17:20:22 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-15 17:20:22 +0200
commit9b136976921bc7bcb7d681cf9bbc68da1d479487 (patch)
tree4a90db3b3b1b4e02a7c820ad059fac3c8aa85b33
parentf19abd2f18c890018269d95c345b507c6cb9d315 (diff)
Bump ffmpeg to get some fixes that were on dcpomatic-14 but not dcpomatic-16.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3ac579582..a38b9054a 100644
--- 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 = []