Try using memory-checking version of libopenjpeg.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Feb 2014 22:59:07 +0000 (22:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Feb 2014 22:59:07 +0000 (22:59 +0000)
cscript

diff --git a/cscript b/cscript
index 578cd24775b7516a7068c4229bc6e5087dd1ed8b..4f57532e43f1a01b5ac97773d791687de359decc 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
+    return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '6a46ed18c74af69216a6de7b406384400febe51d'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()