summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-09 10:28:04 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-09 10:28:04 +0200
commit46193d2898321c70626a80785055884396f3e09d (patch)
tree5d5095c6893e6e78fe5c0b78e0b0b52e5b670aad
parent776b2cdb117da6989da60670d2fe5622f6671bd7 (diff)
Fix ffmpeg revision that was set wrong in b6deee98.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bf46773fa..b76953ee6 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', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)]
+ deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []