summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-14 02:53:46 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-14 02:53:46 +0200
commit7102f8606ea5805c14ad8b70522b989d7f3a4ff9 (patch)
treef23feedd41ad93c5825b5a1f3dab5a0b0d4e7da7
parent103fa20b2740e390ae8fbcbfeb3895dface25ec2 (diff)
Bump libdcp for encrypted MPEG2 fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 878b81de3..798514c20 100644
--- a/cscript
+++ b/cscript
@@ -437,7 +437,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.22', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.23', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))