summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-08-25 12:42:53 +0200
committerCarl Hetherington <cth@carlh.net>2025-08-25 12:42:53 +0200
commit09d756b6a1faee0aa89ed5f6942b6b096624b46d (patch)
tree5e43bdd3cbad1210617f4796a097b14919726d47
parent6ea9b75c5fc4736f19a424796a3d2c7550fb16dc (diff)
Bump libdcp for fixes to combination (#3079).
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ded03477b..c52eaded0 100644
--- a/cscript
+++ b/cscript
@@ -478,7 +478,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.24', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.25', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))