summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-14 21:09:44 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-14 21:09:44 +0100
commit69c08e8bbd5028a65cbddd2aa5f10632bd059191 (patch)
tree7512bdabcb87d8dfb5dea0e8356345905b4592fb
parent317222764debbaf1ac96d256df24c00af85c1b6a (diff)
Bump libdcp dep.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ae216d6f4..39a0c3c0b 100644
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'bba68a5'),
- ('libdcp', '110dc70'))
+ ('libdcp', 'e9ce9b6'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()