summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-26 21:40:46 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-26 21:40:46 +0000
commit32777299bee7f452971b4ae47c780796e27afc8e (patch)
tree5a2e99d6b955fae7747ce627744c14ad5c7751ea /cscript
parente51a18257d613ea08d0b39c957a4b73d5711daa9 (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 629688347..3830cdc81 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', '6a401d409524d9809760410a51cf3adada77794a'))
+ ('libdcp', 'd0b7892cbab3618fca85a4c95d70d8a1c26a5c4d'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()