Bump libdcp for fopen binary specifier fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 18:53:03 +0000 (19:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 18:53:03 +0000 (19:53 +0100)
cscript

diff --git a/cscript b/cscript
index 571e3895c374b22f3ea1a7945978eb8e8927fa62..019dc3a00023b2e720104ae9108a4b82e7542e48 100644 (file)
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', 'v1.1.0'),
+            ('libdcp', '13db82c'),
             ('libsub', 'a002558'))
 
 def configure_options(target):