summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 16:46:56 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 16:46:56 +0100
commit784440c45ee7469890a15ed612018eb66c2152dc (patch)
tree331a33f604796e19bc7beb8b388b42c52663efe8 /cscript
parentacc5451439ddb7f308477755a06b34349fef5a86 (diff)
Bump libdcp for 12bit merge.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 50f615681..9f0e3edf7 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '2dffa11'),
- ('libdcp', 'v0.98.0'))
+ ('libdcp', 'd5accd6'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory