summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-05-08 19:36:36 +0200
committerCarl Hetherington <cth@carlh.net>2026-05-08 19:36:36 +0200
commitd0ea0674d5dc9b413b0c31cc7dd89669f32cd76c (patch)
tree1fcbac2cd014b9056d7de8ac9b128475348b5ab9
parent136d53bd07868f5fadd5b6e779aa5a02fe9a2327 (diff)
Bump ffmpeg.support-080626
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 85d62bd4..798e6870 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', '6a0411c388767c0040748d8e448fc0197c6df1ea', ffmpeg_options))
+ deps.append(('ffmpeg', '4bb65a65fe240fa1a87a858122289699b039e0ee', ffmpeg_options))
deps.append(('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'))
return deps