summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-28 01:03:21 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-28 01:03:21 +0100
commit3d6076f7135e0712b786914d562cd77bac3e5383 (patch)
tree0faa12ecad2cbaa67477fde2c34ae60d8d231f6a /cscript
parentc147d2e7fa28ec397d5c83542beb935563aee62b (diff)
Bump libdcp for bug fix.v1.4.24
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 477ffb4..739489b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.16'))
+ return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.17'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory