summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-21 02:10:49 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-21 02:10:49 +0200
commit80d328e8bfa9b207422b78b5cf0bbc2cb5ef0b16 (patch)
tree387357fbc6a28d866cd3d4ff4d20b600a868a9ed
parentcdf85360c59305ad6a8b43193e20fdf6b0bb1eab (diff)
Bump libdcp for crash fix.v1.6.x
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e545958..86aea95 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31'))
+ return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '9cc11f0e664c71d37481a9849518d06b23461fb7'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory