summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-09 14:18:01 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-09 14:18:01 +0100
commitaf364035af1493d91584540396b80151c3bda318 (patch)
tree2f82239a03a6842d3393e54a183c1cfc15a4b0f2 /cscript
parentd589272bf22891cc73cf605d435268f37c59bfa0 (diff)
Specify a libdcp version again.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 763303f7e..07061d73c 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', None))
+ ('libdcp', '49291e362d7236f3ea39b297f4f18cf297571f78'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()