diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:32:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:32:11 +0000 |
| commit | 0e457d48ac7dad571fdbe85c159b86bfc01cce21 (patch) | |
| tree | 02362cff849eee2b30f637e78bbe776fd8c633fd /cscript | |
| parent | b70f85bce27480c6c616a46807b3da9d2732d851 (diff) | |
Bump libdcp to get some fixes for Interop XML
Reported-by: Ivan Pullman
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ def make_control(version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'), - ('libdcp', '054cc86')) + ('libdcp', '71de90f')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
