summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-23 00:17:48 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-23 00:17:48 +0000
commitecb323d696da4c0a1d3bf9507ef76f20bcae625d (patch)
treeda9c0f0849cbbb3a6b2336a87d71ae02c91c992e
parent5138e2b72f5b8a17588ca717f40c00a747bc6928 (diff)
Bump libdcp version in cscript.
-rw-r--r--ChangeLog4
-rw-r--r--cscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a057e1f62..d50255261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-23 Carl Hetherington <cth@carlh.net>
+
+ * Fix recovery of DCP encoding after a crash with a 3D DCP.
+
2014-01-21 Carl Hetherington <cth@carlh.net>
* Version 1.63.5 released.
diff --git a/cscript b/cscript
index e2a55fd56..c329ea84f 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '120bc84676be775e49a2ac94689ff33dce814f53'))
+ ('libdcp', '054cc86'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()