summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-08 10:01:32 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-08 10:01:32 +0000
commit0e411432ee953e28df9912c41acbd6fe7d6dd2f6 (patch)
tree3e4cba8ee59ed7ead65ede47a59b9e3455c7584c /cscript
parentbc18fb2581d0910aa86b994ceef647267ca4e71d (diff)
Bump libdcp for SMPTE subtitle fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 259e5bf..e7e4010 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '63bff14'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'c763ce1'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory