summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-15 10:59:22 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-15 10:59:22 +0200
commitfa7b0ff6e41fc8705ab26c7eebb12f0b9870eae8 (patch)
treeee30ff92be6bef50dc786999f6ff1595ca4c6636
parent0b03c68d3f8734f7316ea5338e3d60bacdb247d8 (diff)
Bump libdcp for bug fix.v1.6.25
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fc53797..c4205e8 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.23'))
+ return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.24'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory