summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-13 21:19:12 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-13 21:19:12 +0000
commit688c501cedd637bf3eec962a671aa1588f215093 (patch)
tree19b989bb8c08053084994cf1c7f6b0a956204b02 /cscript
parent567a711864551cfafcd66fffc235951c7e58b51d (diff)
Bump libdcp for negative align fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d77b3bd..ea49e05 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '1daf081'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '0a47e4c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory