summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 22:10:01 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 22:10:01 +0100
commit773346b1518c68dc7533b381a90e77ae276ae6bc (patch)
tree10182ff015b8fe21e80fc2191259966d3640a38d /cscript
parent7d293a3268c320f474d42fef15548635c3cb40b0 (diff)
Bump ffmpeg for OS X ccache.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 23a0c3954..969e2632f 100644
--- a/cscript
+++ b/cscript
@@ -323,7 +323,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '55986c3', ffmpeg_options),
+ return (('ffmpeg-cdist', '27f25fb', ffmpeg_options),
('libdcp', '13a4ee8'),
('libsub', '6fac211'),
('rtaudio-cdist', '739969e'))