summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-04 16:34:30 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-04 16:34:30 +0200
commitba66249ab052bb27f49e12a772f366635b08ac2e (patch)
tree6e087658995882bfefc261e30fd357c45d94e0a4 /cscript
parent92e43a0189289345010c795040a798ef1986b93d (diff)
Bump ffmpeg to get ccache fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dc7864cc3..cc9352191 100644
--- a/cscript
+++ b/cscript
@@ -365,7 +365,7 @@ def dependencies(target, options):
if target.platform == 'windows' and target.version == 'xp':
deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
elif target.platform != 'linux' or target.distro != 'arch':
- deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', 'c048a3f', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []