Bump asdcplib-cth for 3D very-high-frame-rate fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Oct 2016 23:53:29 +0000 (00:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Oct 2016 23:53:29 +0000 (00:53 +0100)
cscript

diff --git a/cscript b/cscript
index 7a09f0a0d7b8daa6302176fd734dab6f73f0ba6b..939de06c9986c4fb129f7f23d33fd2acd78d8207 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', 'c1348c5'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '213c9f8'))
     else:
-        return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '4c8a027'))
+        return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory