diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:17:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:17:48 +0000 |
| commit | ecb323d696da4c0a1d3bf9507ef76f20bcae625d (patch) | |
| tree | da9c0f0849cbbb3a6b2336a87d71ae02c91c992e | |
| parent | 5138e2b72f5b8a17588ca717f40c00a747bc6928 (diff) | |
Bump libdcp version in cscript.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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() |
