Bump libdcp for assertion fix.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Mar 2025 15:53:25 +0000 (16:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Mar 2025 15:53:25 +0000 (16:53 +0100)
cscript

diff --git a/cscript b/cscript
index 09e105a2c2e8e8f2c8ecbbdd004e70368a6958cb..99e9da527e387f8b8957d9970e35afe8a9b90ad1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -431,7 +431,7 @@ def make_spec(filename, version, target, options, requires=None):
     print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
 
 def dependencies(target, options):
-    deps = [('libdcp', 'v1.10.13', {'c++17': target.platform.startswith('osx')})]
+    deps = [('libdcp', 'v1.10.14', {'c++17': target.platform.startswith('osx')})]
     deps.append(('libsub', 'v1.6.53'))
     deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
     deps.append(('rtaudio', 'f619b76'))