summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 16:37:30 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 16:37:30 +0000
commitdf45c5e6d63ad0927844839056735ce5a8db3c92 (patch)
treef9515ccfee73c674fb3d17a3de016aa48142ea8f /cscript
parent0e457d48ac7dad571fdbe85c159b86bfc01cce21 (diff)
Bump libdcp to fix windows build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9177ce12c..405780ae1 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '71de90f'))
+ ('libdcp', '8e663fa'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()