summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 10:29:59 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 10:29:59 +0000
commit728e0b6b6965dc9c3c76351295488d481a4f164c (patch)
treeda5e0f5909b5bf8c65f6b56a296a1f853edd56af /cscript
parenta6bc9974d9d544b741b4bcd19fc0279250b73555 (diff)
Bump libdcp for Windows build fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4f57532e..ac950c99 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '6a46ed18c74af69216a6de7b406384400febe51d'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '48dd315'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()