summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-09 08:20:36 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-09 08:20:36 +0200
commit4b2ed454affb246b4548fd5779b35414e1901930 (patch)
tree3dba691cf7a9dcffca64593e25b1e54b309a80ac
parent87aead633e6dfa256d42271040a488f1d5fe96e3 (diff)
Bump libdcp to hide another asdcplib warning.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dd181b6fc..8cca9f169 100644
--- a/cscript
+++ b/cscript
@@ -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'))