Make xyz_to_xyz into a constructor of OpenJPEGImage where it makes more sense.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 7a09f0a0d7b8daa6302176fd734dab6f73f0ba6b..230b921162bf9959a319bccda3f61bb718b02f78 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
 
 def dependencies(target):
     if target.platform == 'windows' and target.version == 'xp':
-        return (('libcxml', 'c1348c5'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '4c8a027'))
+        return (('libcxml', '25e945f'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'f3b0fb8'))
     else:
-        return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '4c8a027'))
+        return (('libcxml', '25e945f'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory