summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-25 02:56:33 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-25 02:56:33 +0100
commitf569e7eaf94ae71036706acf7a420b159556b263 (patch)
tree078500d41e63a95d79ff211cb381450eea9a8de8
parentfe765982ab7f5c8b2dadf8fdcd79176bceeda3a4 (diff)
Bump libdcp for build fix.v2.13.5
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index c744ff61c..e1cf14722 100644
--- a/cscript
+++ b/cscript
@@ -303,8 +303,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
- ('libdcp', '8c852cb'),
- ('libsub', '069ca80'),
+ ('libdcp', '806e91a'),
+ ('libsub', '09e3776'),
('rtaudio-cdist', '739969e'))
def configure_options(target):