summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-24 00:46:57 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-24 00:46:57 +0100
commit04d57019d0c8cc4396922f86d414fc36fd1d8009 (patch)
treeb031c16721c32a8f52572cf57185dc178d982a35 /cscript
parent1cf5cdf37db1385118491a7d9545173ad30ca6a5 (diff)
Bump libdcp for Atmos KeyId fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fca5f78..4d3fe21 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'ee05b1c'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '9eb185c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory