summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-04 20:12:31 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 20:12:31 +0000
commit67b37548ec0f4397e803660f49bc3ed6c5d91db3 (patch)
tree60c3fd0ba0e1ced30746fe3fd712ea633c4609f0
parent93cbfd060d5035d007059075c2719db20bfb778d (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 922af6d..381300d 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'v1.2.10'),)
+ return (('libdcp', '689d563'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory