diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-10 10:19:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-10 10:19:10 +0100 |
| commit | 6edda74d1b2a0ae0a92d8ff7676109b5acedf4cc (patch) | |
| tree | 494d07e4af1b65172954f9875b097acd4e8e29ef | |
| parent | 872932d25649c3b8f67e1ce786528d8b0f47feae (diff) | |
Bump libdcp to get fix for incorrect signature digests.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2013-10-10 Carl Hetherington <cth@carlh.net> + + * libdcp fix to incorrect signature digests. + 2013-10-09 Carl Hetherington <cth@carlh.net> * Version 1.10 released. @@ -5,7 +9,7 @@ 2013-10-09 Carl Hetherington <cth@carlh.net> * Add some missing Windows dependencies. - + 2013-10-09 Carl Hetherington <cth@carlh.net> * Version 1.09 released. @@ -4,7 +4,7 @@ import os def dependencies(target): return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), - ('libdcp', 'f45c39be13bae47936d8b87be45df55741b5bb9c')) + ('libdcp', '9394dad74a8439f8230eb6aa21b639f3e10cbb2a')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
