Bump libdcp to verify assets only once (#3035).
authorCarl Hetherington <cth@carlh.net>
Fri, 9 May 2025 09:44:30 +0000 (11:44 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 May 2025 09:44:30 +0000 (11:44 +0200)
cscript

diff --git a/cscript b/cscript
index 8770a37e416b5590e4fd9731f8896e8b7d2a1c6b..c575df0343d93ba4b6728d94c0cf98c72150d2c8 100644 (file)
--- a/cscript
+++ b/cscript
@@ -437,7 +437,7 @@ def build_with_cpp17(target):
 
 
 def dependencies(target, options):
-    deps = [('libdcp', 'v1.10.20', {'c++17': build_with_cpp17(target)})]
+    deps = [('libdcp', 'v1.10.21', {'c++17': build_with_cpp17(target)})]
     deps.append(('libsub', 'v1.6.53'))
     deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
     deps.append(('rtaudio', 'f619b76'))