summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 19:56:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 19:56:30 +0100
commit4d1f0c6e97656a815f49f9240edb6bc427c58cc6 (patch)
tree0da0917a892e64de303541d1ac2f42968f2c7058 /cscript
parent39c880731c36cffd8310ea536509313de9f5fbd6 (diff)
Bump ffmpeg for OS X ccache test.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 74345f9bc..23a0c3954 100644
--- a/cscript
+++ b/cscript
@@ -323,7 +323,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '5c90508', ffmpeg_options),
+ return (('ffmpeg-cdist', '55986c3', ffmpeg_options),
('libdcp', '13a4ee8'),
('libsub', '6fac211'),
('rtaudio-cdist', '739969e'))