summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-17 23:31:49 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-17 23:31:49 +0100
commitbc00091d9c3368bef0a9da55e660e061c3a06bce (patch)
tree5183baff70cac279d8dd94ba46813772d196146b
parent63c1f9190079d4e363c916c3bd77a810ef307f4b (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c2432be..4bb905c 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.6'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '24e7ed8'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory