summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-22 15:15:07 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-22 15:15:07 +0000
commit38b3791c88352af35033cc528dc2d83d6298ed3e (patch)
tree2e7e6106041b9aacc40bcdae7d661d52597849cd
parent83843c79ff22a9d0b42b9a97f696ec7c2722c7f1 (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 66133e9..095851e 100644
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', '3c371e9'), ('libdcp', 'e8b480e'))
+ return (('asdcplib-cth', '6648afc'), ('libcxml', '3c371e9'), ('libdcp', 'd9d7b42'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory