diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 14:48:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 14:48:17 +0200 |
| commit | 40d51bff005f7e8c53ef7b815a2714927473bd03 (patch) | |
| tree | f67e691b4d281c91b9050383b527b89a5e0c22c6 | |
| parent | b02d08547dd5739ede56cf73190b23f0bcd990a8 (diff) | |
Bump libdcp for content kind changes.content-kind
| -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', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.25')) + return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', '1d13ce8be4df51e85b7222a7c9d357366c841a89')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
