diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 12:48:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-22 12:48:47 +0200 |
| commit | ab2ee39d873293a47ab66841c526643688bedd09 (patch) | |
| tree | 0e5ec0d8f4e1d3fb2059d1ac8d5757e3e5fcf19a | |
| parent | 28ffbb990c64065e8149f74e145608fa838b5620 (diff) | |
Bump libdcp.v1.6.17
| -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', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.15')) + return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.16')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
