diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:41:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:41:43 +0200 |
| commit | 4a2b319516ba5deda908e9778ce8880e421d709e (patch) | |
| tree | eb02e264c5c220faf5ae7283703fb1297fc19a87 | |
| parent | 95270023753b84e65cb1f5c5bd7a33cd67c8f03b (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', '13a6c81232a3d33772afbf9fdf5d2879f64ff757')) + return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '6de2bb3751b449abf06d44e4dda5e41b66df3f62')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
