Fix cscript libdcp dep.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Apr 2016 19:21:26 +0000 (20:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Apr 2016 19:21:26 +0000 (20:21 +0100)
cscript

diff --git a/cscript b/cscript
index aa622e27f9129969cd7c84fd2c2475e26e3d0559..41e3e9a29c36f80b2000d3195d2fb5a467716996 100644 (file)
--- a/cscript
+++ b/cscript
@@ -262,7 +262,7 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
-            ('libdcp', '4b8c626'),
+            ('libdcp', 'v1.3.2'),
             ('libsub', 'b9fb00d'))
 
 def configure_options(target):