Remove definite libdcp version for a bit.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 08:30:34 +0000 (09:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 08:30:34 +0000 (09:30 +0100)
cscript

diff --git a/cscript b/cscript
index 0dc5255bbb53980c12022280d15cd7cfa9634f1e..f3966330b321e851a3271abc0742544f9e9482a4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
         return ()
     else:
         return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
-                ('libdcp', 'v0.67'))
+                ('libdcp', None))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()