summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-26 09:59:32 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-26 09:59:32 +0000
commit1be5f1efd6e789812d8866c97ca4deabbcf97731 (patch)
treedf96177ce5e44907d629e17f46d44b237aac73d6 /cscript
parentf2c465b7dfedfe845f9599fa98c9722fd86a110e (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5757164a9..b80f48c59 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', '66ea991028e62daf8bae5b6f1ad348c3eabe1da8'))
+ ('libdcp', 'aaa8fe37ec65ed9db6952d9424bbe0e892fe4dd4'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()