summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-30 23:34:43 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-30 23:34:43 +0200
commit89f39a495625f71201dfe5c389967c3beb8eca33 (patch)
tree91721dda5e5a91c9b24961b6f2d1040dbf15374b
parent1761ea23a7f5fb0fd9890fb01b75bc9fe4c4857f (diff)
Bump FFmpeg to one based on 7.0.1.v1.9.11
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c331d952..2db3725f 100644
--- a/cscript
+++ b/cscript
@@ -48,7 +48,7 @@ def dependencies(target, options):
if target.platform != 'linux' or target.distro != 'arch':
# Use distro-provided FFmpeg on Arch, otherwise our own
- deps.append(('ffmpeg', '0b73d2f5e70a04a67aa902902c42e3025ef3bb77', ffmpeg_options))
+ deps.append(('ffmpeg', '1b3378e5361c73076ce736dfa2c7b40bd6f24380', ffmpeg_options))
return deps