diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-11 19:08:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-11 19:08:02 +0100 |
| commit | 1e3a639f6fab614ef891de26888538fe92c41b73 (patch) | |
| tree | c1d9033eb09a420e2e0fe7401aa7d06b27c079bd | |
| parent | 3e64eb0078015558aef03cc87f9d52fc8940e602 (diff) | |
Bump asdcplib for write{,v} debugging.writev-debug
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,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.24', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', '504ac6dc46c6e01d27b896842b781a6540d0ad02', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
