summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-22 16:21:40 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-22 16:21:40 +0100
commit920b428b79fc5c526c284c57ca00d2364710bcd4 (patch)
treec3d056c3bfd9cba7e4dea2cb82f68d601ff5be68 /cscript
parent75d9785f29ffb436994c8480c4d196b585071000 (diff)
Bump libdcp for multiple CCAP.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b3db393..222ab97 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '348aaa6'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '9f75a44'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory