Another try at the static wx deps.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index f372551168b06d752415511f54bd7b60dd4642f3..6a9b48a891368493a33371dc326c0babdbed6320 100644 (file)
--- a/cscript
+++ b/cscript
@@ -7,8 +7,8 @@ def dependencies(target):
         return ()
     else:
        # XXX: should be some versions in here
-        return (('ffmpeg-cdist', ''),
-                ('libdcp', None))
+        return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
+                ('libdcp', 'v0.54'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()