summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-09 20:25:11 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-09 20:25:11 +0100
commit8edc24fb682ff181892c005ad9e5de63e76de8c3 (patch)
treeb00d2dafea9f5ab958719821cc0cb25978634021 /cscript
parent702a0135e0ac4457814327990b75eabff998234c (diff)
Bump asdcplib-cth for MXF version number tweak.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f74bdfef..c7e8a851 100644
--- a/cscript
+++ b/cscript
@@ -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