summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-21 22:43:24 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-21 22:43:24 +0000
commit0ad03c6885d05fbae7c50f86352bfe3d8f02c0f6 (patch)
tree46a10a43b06b9857aa2a32549a27a0243c135792 /cscript
parentad08b7ba7800ee3362ddb3409c0b5bcd5836b6bd (diff)
Bump libdcp for atmos fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1469c98..2933286 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'a18b9d2'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '5ec38e1'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory