diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-24 00:53:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-24 00:53:29 +0100 |
| commit | 3ec95c25f35b3eb712b25831a7f6438ea41bc963 (patch) | |
| tree | 38b5bf509a52ef2285db080eb70417bf275caffd /cscript | |
| parent | b74dee5b072d2689b355ecad088a3d68ed8dfdcb (diff) | |
Bump asdcplib-cth for 3D very-high-frame-rate fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
