summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-28 00:01:39 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-28 00:01:39 +0100
commitdd1f3d77c8a0171c4d947ef689b4eefed559dcbe (patch)
tree6703c7ebe1b5211d32e45c465d908cc9508f106d
parent3334d3b4a648e9c600f27ec3789dbb8abb199e67 (diff)
Bump ffmpeg for fix to DCP-o-matic #3122.v1.10.41
This was green blobs down the side of an EXR image.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 914a5ed4..1d75abdf 100644
--- a/cscript
+++ b/cscript
@@ -54,7 +54,7 @@ def dependencies(target, options, for_package):
if target.platform != 'linux' or target.distro != 'arch' or not for_package:
# Use distro-provided FFmpeg and openjpeg on Arch (except when packaging), otherwise our own
- deps.append(('ffmpeg', '1b3378e5361c73076ce736dfa2c7b40bd6f24380', ffmpeg_options))
+ deps.append(('ffmpeg', '693b3a8274ce407d0741d320849dc9433c748262', ffmpeg_options))
deps.append(('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'))
return deps