summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 18:48:30 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 18:48:30 +0100
commit88a93f56ff05772f380eae5f8912801d535fe797 (patch)
tree645b227793f8698f0c8c46929a4bd5afee2193d9 /cscript
parent9bb87e91c0930f16cf615cfc374089912440e5e0 (diff)
Build with libdcp head for now.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 92157a581..b54b7da31 100644
--- a/cscript
+++ b/cscript
@@ -9,7 +9,7 @@ def dependencies(target):
return (('openjpeg-cdist', None),
('libcxml', None),
('ffmpeg-cdist', '488d5d4496af5e3a3b9d31d6b221e8eeada6b77e'),
- ('libdcp', 'v0.45'))
+ ('libdcp', None))
def build(env, target):
cmd = './waf configure --prefix=%s' % env.work_dir_cscript()