diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 17:11:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 17:11:22 +0200 |
| commit | ebf251867a862f4660a0148d4ee81f980d4d6cd6 (patch) | |
| tree | c74e35549c012ff2dea052b87b1085d50b56deb4 | |
| parent | b02d08547dd5739ede56cf73190b23f0bcd990a8 (diff) | |
Bump libdcp for ContentKind fixes.v1.6.29
| -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', 'v1.8.26')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
