summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-12 22:39:43 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-12 22:39:43 +0100
commitb43726102d7417b4ada23696c31bf6e2b29b551f (patch)
treecf060232fca04411ff92ef096c42c2be3a8d26a8 /cscript
parent87ca7e6e1f8f4281638d764792c217942d3ea99f (diff)
Update libdcp versioning.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index af3921e2f..9d1605b2f 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '67dc770'),
- ('libdcp', '7103135'))
+ ('libdcp', 'v0.96.0'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()