summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-19 15:21:32 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-19 15:21:32 +0000
commitd7d6aaa300a252481280dd24a0a97fc6e6767ec7 (patch)
treea4987d718a5620e02f728c00e4a3d5720f5245a5 /cscript
parentb32e5f06b07440cd077b24b954b0d0fae659803e (diff)
Bump libdcp for more Win32 fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6b1e3849c..523eec544 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.89'))
+ ('libdcp', 'v0.90'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()