summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-26 10:12:27 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-26 10:12:27 +0000
commit675a5f16100ce60896de5b2049167250b22d01dd (patch)
tree6eba20061c66cc422286dca88ab02ad4514fa0c5 /cscript
parentacee0fce224b9376c55f2b58f1ff700496b185f3 (diff)
libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b80f48c59..a49d545e0 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'aaa8fe37ec65ed9db6952d9424bbe0e892fe4dd4'))
+ ('libdcp', '13e2454bc15abf7de6014002a2995fe43b0ed082'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()