summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-02 11:41:48 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-02 11:41:48 +0100
commit0b9ef38d724f22023f49e0bfadda8bf5f701549e (patch)
tree0128a612e57704ad612c6c9b7691788fdffa1348 /cscript
parent678962c4971730bb4027bf5e54a5be9eb0270202 (diff)
Bump libdcp1 for openjpeg update.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5c539dc..b1dc84e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '047d8ff'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '7e67afe'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory