summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-13 22:54:10 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-13 22:54:10 +0100
commit2b4e119e64364534ec9241e2fc4971bb9c25365e (patch)
treefd16b74b813a286f793714009fec7ee1cf34ebd7 /cscript
parent04bd447fd8960625bda5081cbac235b848d7631f (diff)
Bump libdcp for bug fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6a2f05355..9e284a072 100644
--- a/cscript
+++ b/cscript
@@ -206,7 +206,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', 'f69bb08'),
- ('libdcp', '8e7f9e4'),
+ ('libdcp', 'b386248'),
('libsub', 'f66b11f'))
def configure_options(target):