summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 19:53:03 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 19:53:03 +0100
commitb7591713816201dc00dc6492b49135e4bb66868e (patch)
treea4e5e2205529121576f5344f6d5d9aa45afe9886 /cscript
parent1c4ab94645350d264a8cee1c131c9df1b1ffb958 (diff)
Bump libdcp for fopen binary specifier fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 571e3895c..019dc3a00 100644
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', 'v1.1.0'),
+ ('libdcp', '13db82c'),
('libsub', 'a002558'))
def configure_options(target):