summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-25 13:32:36 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-25 13:32:36 +0100
commit4c26d8669299052eb4f26c42755d3042b77a96f2 (patch)
treed2ac1bdea1967a81316de4ab04e51b82dccbe018 /cscript
parent40686a29d4d51e8a3cf4b6a02083bd32af01603f (diff)
Bump libdcp for openjpeg fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a4ebd6d..5c539dc 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '37ad399'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '047d8ff'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory