summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-26 20:40:17 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-26 20:40:17 +0200
commit5b01b1cfd494bcf9e7885482b510bbf6acfaadef (patch)
tree28413ea476dbee01f513d02ff497fb725468aa35
parentf06938e343a07bb358983911fac160763efa5cbf (diff)
Bump libdcp for DoM #2344.v1.6.33
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index faa6e5a..6a217e3 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.29'))
+ return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.30'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory