summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-08 21:27:11 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-08 21:27:11 +0200
commitb6deee98e2928040793bd76ab879a5b9be4b80dc (patch)
tree4ed07ea1ccc9ed531444f7046de333fde41aca98
parent08c2f6d80873f41c063c71588e781c9e6c3179e9 (diff)
Bump ffmpeg for cherry-pick to fix #2508.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 939579fba..c4caf6844 100644
--- a/cscript
+++ b/cscript
@@ -472,7 +472,7 @@ def dependencies(target, options):
ffmpeg_options = {}
if target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []