Bump libdcp to get an asdcplib with slightly more debug detail on Windows.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2025 06:56:10 +0000 (07:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2025 06:56:10 +0000 (07:56 +0100)
cscript

diff --git a/cscript b/cscript
index 6e6239270893ad501423202f192dfe7ca8cf8a79..a968e91af4b54f57cdaf0711d1d386b16d7dec1c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -531,7 +531,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.3', {'c++17': target.platform.startswith('osx')})]
+    deps = [('libdcp', 'v1.10.4', {'c++17': target.platform.startswith('osx')})]
     deps.append(('libsub', 'v1.6.52'))
     deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
     deps.append(('rtaudio', 'f619b76'))