summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-09 00:41:43 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-09 00:41:43 +0200
commit4a2b319516ba5deda908e9778ce8880e421d709e (patch)
treeeb02e264c5c220faf5ae7283703fb1297fc19a87
parent95270023753b84e65cb1f5c5bd7a33cd67c8f03b (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 222f794..1196c8c 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '13a6c81232a3d33772afbf9fdf5d2879f64ff757'))
+ return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '6de2bb3751b449abf06d44e4dda5e41b66df3f62'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory