diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-04 01:32:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 01:32:20 +0200 |
| commit | 7ae672378c390d0cae4c78cd648f135f27436d78 (patch) | |
| tree | c2ea17dc4a4647fb3f5aebf8428e8400bcefabc5 | |
| parent | a108264a018d93849838c45310655a36eb9927d9 (diff) | |
Bump libdcp for another warning-related fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -534,7 +534,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'v1.9.17', {'c++17': target.platform == 'osx'})] + deps = [('libdcp', 'v1.9.18', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.50')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
