summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-25 22:29:29 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 14:03:24 +0000
commit5fd002bad73f55800b14fe46a5b93278cc0f1578 (patch)
tree8b6b0546b996f0946c2241822b6c77f892d6b87a
parent26273dfdfb05c938cc314ca84f81a87beba3795e (diff)
Bump ffmpeg.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5a313d4f4..98810b79c 100644
--- a/cscript
+++ b/cscript
@@ -326,7 +326,7 @@ def dependencies(target):
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', 'a820b44', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []