summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-22 15:03:06 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-22 15:03:06 +0100
commit78c599cd7447ecfa33cc9f223d4fc6ba8b3879af (patch)
tree72b64406933496a6937b9fbeea70e41f45f925b4 /cscript
parent9483ff5be32c31e3f78c7201c4519bedf822967c (diff)
Bump libdcp dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dc68a4f25..0ea227edd 100644
--- a/cscript
+++ b/cscript
@@ -156,7 +156,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'f69bb08'),
- ('libdcp', '3c88524'),
+ ('libdcp', 'b223c57'),
('libsub', 'f66b11f'))
def build(target, options):