summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-15 09:49:26 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-15 09:49:26 +0000
commitb5c0e24d1c313a32f1db88a3df62c74f88f5d822 (patch)
tree401311268fce4d34c236ae4750d6b57f656e3b78 /cscript
parent321c6607e98b7f8352a8a8e4d44c1dff63db3d5e (diff)
Bump libdcp for some interop-related cleanups.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4afa566f8..e2a55fd56 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '30b0d9153a2e69d763f0a9703575486e0d0c0393'))
+ ('libdcp', '120bc84676be775e49a2ac94689ff33dce814f53'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()