summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-12 23:27:16 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-12 23:27:16 +0100
commite9e1ed26498f86b834030d43bf3f553b7baa7a6b (patch)
tree6f870e3f82ab0669540f4e77719557a30d118390
parent47eca1672334a9cf0f4b37de2f28a59b66403118 (diff)
Bump ffmpeg to a version which does not build the docs.v1.10.50
Just for speed, and to try and help building on Arch.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e8b425af..1de20a5f 100644
--- a/cscript
+++ b/cscript
@@ -59,7 +59,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
if options['mpeg2']:
- deps.append(('ffmpeg', '693b3a8274ce407d0741d320849dc9433c748262', ffmpeg_options))
+ deps.append(('ffmpeg', '2889a7bb300f5014cf5142ef8dcdad8faf33e417', ffmpeg_options))
deps.append(('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'))
return deps