summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-22 16:19:18 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-22 16:19:18 +0000
commitbe8675cc978fbd52817943e88ea40b81f8a4c9c4 (patch)
treedc9c8d82518affac00ece539fdd18c04b11f9bda /cscript
parentf7ebd3343016172142e254ea014967f193e9861d (diff)
Check for patched version of FFmpeg before using extra functions (#773).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9e045f8eb..9bee9b497 100644
--- a/cscript
+++ b/cscript
@@ -278,7 +278,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
+ return (('ffmpeg-cdist', 'b559555', ffmpeg_options),
('libdcp', 'fb03c08'),
('libsub', 'f368daf'))