diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:57:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:57:48 +0200 |
| commit | c467053d58efd62ac1ab6a9a86df5b7cfabc0583 (patch) | |
| tree | 08ba74bd924d22545d8e6eaa55b29ebaa5277147 | |
| parent | 4a2b319516ba5deda908e9778ce8880e421d709e (diff) | |
Bump libdcp.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '6de2bb3751b449abf06d44e4dda5e41b66df3f62')) + return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '872000f46a36849433219c0a20b11262f9f9a031')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
