summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-26 11:24:01 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-26 11:24:01 +0200
commit079cf6179c1a41284858feaf61c6e57384d72777 (patch)
tree7ef2ee083089d21ec76456bbd99c6856ef806d83
parent8c7fb08be2005621dcf1e93dfcb2aff7b6665a8d (diff)
Bump libdcp.dcp-editor
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 17c2006..50f4407 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.13'))
+ return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'c4c176e9d3bd72fe1746f22d7afb442ca72a72f2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory