diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-14 11:41:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-14 11:41:50 +0100 |
| commit | 1eae64b992a0a753d2463cac386cb5cd3597cd30 (patch) | |
| tree | 193d0a05c050be1e932e81db8f8f22e0b9934c5d | |
| parent | b43726102d7417b4ada23696c31bf6e2b29b551f (diff) | |
Bump libdcp to get <Hash> tags in CPLs.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2014-07-14 Carl Hetherington <cth@carlh.net> + + * Bump libdcp to get a new version which writes + <Hash> values to CPLs. + 2014-07-10 Carl Hetherington <cth@carlh.net> * Version 1.72.2 released. @@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', '67dc770'), - ('libdcp', 'v0.96.0')) + ('libdcp', '563c7fd')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
