summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-03 11:48:24 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-03 20:25:09 +0100
commitca54071f878a47ffe4698a46cc851d0eb6120d23 (patch)
tree1f8b9527fa1ed5e67411e2e7d2f141ee3729846b /cscript
parent139917b9200bfa336078a00db5bb9a4add30cdcd (diff)
Fix/hide a few OS X warnings.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 2e29af473..173bab76c 100644
--- a/cscript
+++ b/cscript
@@ -292,8 +292,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
- ('libdcp', '99308eb'),
- ('libsub', '1e40f74'),
+ ('libdcp', '8b72edd'),
+ ('libsub', '08d3a84'),
('rtaudio-cdist', None))
def configure_options(target):