summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-29 23:59:58 +0200
committerCarl Hetherington <cth@carlh.net>2026-03-15 00:55:37 +0100
commit12a73411de5256276abe308cb93cc3e0e2425ea1 (patch)
tree8e4e3c119fbb5d91f699d75110a28e322e4e1d9b
parent934161c7799a1047f4d949a7e481abd47304e096 (diff)
Bump FFmpeg to one based on their 8.0 release.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1de20a5f..e84d513c 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', '2889a7bb300f5014cf5142ef8dcdad8faf33e417', ffmpeg_options))
+ deps.append(('ffmpeg', '1437e0c7da7f737406eae081bdc09dfd491dfc2f', ffmpeg_options))
deps.append(('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'))
return deps