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 /cscript | |
| parent | 872932d25649c3b8f67e1ce786528d8b0f47feae (diff) | |
Bump libdcp to get fix for incorrect signature digests.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
