summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-17 21:23:20 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-17 21:23:20 +0000
commit61fe776a5e04044ca28e5bbd63ce746be580f29b (patch)
tree865c274a20ec1d13307416ba4cf57baa16cfafca
parent8d29ca001ae8297204d1a9ccfcee5fae485041ff (diff)
Bump libdcp for fix to encoded date header in MXF files on Windows (#754).
-rw-r--r--ChangeLog3
-rw-r--r--cscript4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ba3d00c7..47fc59b4f 100644
--- 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 2f52ad15b..b8f5f8813 100644
--- 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 = ''