summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-11 19:08:02 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-11 19:08:02 +0100
commit1e3a639f6fab614ef891de26888538fe92c41b73 (patch)
treec1d9033eb09a420e2e0fe7401aa7d06b27c079bd
parent3e64eb0078015558aef03cc87f9d52fc8940e602 (diff)
Bump asdcplib for write{,v} debugging.writev-debug
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1e9862c8e..be32d24e5 100644
--- a/cscript
+++ b/cscript
@@ -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'))