summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 15:50:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 15:50:18 +0100
commita2581c3058dc913d98fbac44be5c17f3453762ec (patch)
treed9128af0b11f3d4df3e8d61b5aefa0193e31a357 /cscript
parenta57a940ab09579f37208df382dab03368a921cc8 (diff)
Bump libdcp/libsub versions.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 25f1ed0e0..7c6e6d6d7 100644
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', '69942bc'),
+ ('libdcp', '1.1.0'),
('libsub', 'f66b11f'))
def configure_options(target):