summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-12 23:41:04 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-12 23:41:04 +0000
commite2be8234013335379bd49a53854218039348c7a4 (patch)
tree20feeba441b3b1d0774a54d9d872c7d87e18e532 /cscript
parentfce6cddac9c2f37ac4edfc42fa91c28db6e7ec8d (diff)
Use 1.0 branch of libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ef9294f9a..d6a04aba6 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', 'f74c462'))
+ ('libdcp', '1.0'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()