Bump libdcp for fix to XYZ -> RGB conversion.
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Aug 2015 12:36:04 +0000 (13:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Aug 2015 12:36:04 +0000 (13:36 +0100)
cscript

diff --git a/cscript b/cscript
index da90a380503aaf8019697dcd6cc6465cda5b9850..b99ccc4e38d1a5199cc7b03bedfbb78bf15b714e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -233,8 +233,8 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'bd17594'),
-            ('libdcp', 'e4042b7'),
-            ('libsub', '05927c9'))
+            ('libdcp', '8017692'),
+            ('libsub', '7f74e96'))
 
 def configure_options(target):
     opt = ''