summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-21 22:15:45 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-17 16:47:21 +0200
commitf524824f0e06a125d1f0f78ced2ce27dcf6c180a (patch)
tree6b20efa6d7eea3d0670c6766128854a4541e9d8b /cscript
parent47bd42e9783fff034f5ba2d720c5e4a2d160419d (diff)
Bump libdcp for Ubuntu 14.04 build compatibility.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b3d50e470..ba95211cb 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.33', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))