Bump libdcp for fix to encoded date header in MXF files on Windows (#754).
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 21:23:20 +0000 (21:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 21:23:20 +0000 (21:23 +0000)
ChangeLog
cscript

index 8ba3d00c713859370278c6e527b67caa35530da4..47fc59b4fa3e08b7889263d1991c125c7d746bae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-11-17  Carl Hetherington  <cth@carlh.net>
 
+       * Bump libdcp for fix to encoded date header in MXF files when
+       encoding on Windows (#754).
+
        * Version 2.5.5 released.
 
 2015-11-17  c.hetherington  <cth@carlh.net>
diff --git a/cscript b/cscript
index 2f52ad15b98bbb79117bb863f7600b970fb535f4..b8f5f8813ab47eb99fd120b30396db4b6a77d80a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
-            ('libdcp', '332c7c3'),
-            ('libsub', 'c9a1a57'))
+            ('libdcp', '960fa45'),
+            ('libsub', '8b82c40'))
 
 def configure_options(target):
     opt = ''