summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-04 19:35:33 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-04 19:35:33 +0000
commit03b501578c49861a486116534d95617959d92240 (patch)
tree9718265775ed5b8c5a9c3e32fe400682e35ad508 /cscript
parentc2e6b0eb38bae3e767179734274c51a856467580 (diff)
Bump libdcp for file_to_string() tweak.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 8c49b5229..e4c04afb7 100644
--- a/cscript
+++ b/cscript
@@ -259,8 +259,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', 'a86a0ae'),
- ('libsub', '6c12d16'))
+ ('libdcp', '7c96eea'),
+ ('libsub', 'a2c4b2c'))
def configure_options(target):
opt = ''