Fix libdcp dep version.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 22:12:47 +0000 (22:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 22:12:47 +0000 (22:12 +0000)
cscript

diff --git a/cscript b/cscript
index a4bce8e588b8e75df156283f8cbdcd9f65484013..1189b198daf61244b6a4e1096ce857b7a1e3f2fa 100644 (file)
--- a/cscript
+++ b/cscript
@@ -279,7 +279,7 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '938d9af', ffmpeg_options),
-            ('libdcp', '23cfe2a'),
+            ('libdcp', '40a74db'),
             ('libsub', 'cc93f49'))
 
 def configure_options(target):