Specify dep versions.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2013 22:26:10 +0000 (23:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2013 22:26:10 +0000 (23:26 +0100)
cscript

diff --git a/cscript b/cscript
index 8280ae5264586991e553f0f73c099385ffd089db..c7794a7bd6eff722fb3939a560c5453ff27ce149 100644 (file)
--- a/cscript
+++ b/cscript
@@ -6,7 +6,9 @@ def dependencies(target):
     if target.platform == 'windows':
         return ()
     else:
-        return ('openjpeg-cdist', 'ffmpeg-cdist', 'libdcp')
+        return (('openjpeg-cdist', None)
+                ('ffmpeg-cdist', 'bf3361f28066820e3d74de8f52bac784663813fa'
+                ('libdcp', 'v0.45'))
 
 def build(env, target):
     cmd = './waf configure --prefix=%s' % env.work_dir_cscript()