summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-20 22:03:47 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-20 22:03:47 +0200
commita2c5a7cdc50169992345e5b96d1e3afd6a399c7d (patch)
tree2a7da29eea92ab5fafa995629e23210b258acb9b /cscript
parentabf8a168e457bcf65581c198d3d1b5d12ccc98e0 (diff)
Bump libdcp to allow builds on Ubuntu 14.04 and fix a potential crash with the ASDCPErrorSuspender.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 75b286a91..a478df570 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.32', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.34', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))