diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 20:25:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 20:25:11 +0100 |
| commit | 8edc24fb682ff181892c005ad9e5de63e76de8c3 (patch) | |
| tree | b00d2dafea9f5ab958719821cc0cb25978634021 /cscript | |
| parent | 702a0135e0ac4457814327990b75eabff998234c (diff) | |
Bump asdcplib-cth for MXF version number tweak.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '5f32ac0')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'd2042ad')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
