diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-09 08:20:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-09 08:20:36 +0200 |
| commit | 4b2ed454affb246b4548fd5779b35414e1901930 (patch) | |
| tree | 3dba691cf7a9dcffca64593e25b1e54b309a80ac | |
| parent | 87aead633e6dfa256d42271040a488f1d5fe96e3 (diff) | |
Bump libdcp to hide another asdcplib warning.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -533,7 +533,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.11', {'c++17': target.platform == 'osx'})] + deps = [('libdcp', 'v1.9.12', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
