summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-17 13:46:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-17 13:46:48 +0100
commita9d69d9893b2415ce28a65117ff75cabe73017d1 (patch)
tree999597d0ac9f420e61f4a951208176e49cb00a8b
parentd5c212c34d3b83fd38757847d757a71f39ae4425 (diff)
Go back to dcptofile's libdcp version.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8d4fdbd..772b7e0 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '8a31983'),)
+ return (('libdcp', 'ee03fd4'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory