summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-23 12:53:31 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-27 06:29:00 +0100
commit51a1cee215700b43fa20e12084b7987ef3b64b42 (patch)
tree48a6a85fe4b71cba4f02ecbc0e577e0dee253c0c
parent07d4c9e0c9e60578ff74e47ad1cc7233134d5f24 (diff)
Bump libdcp for libcxml build fix.v2.17.14
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c1ed51d6c..f70e7ca36 100644
--- a/cscript
+++ b/cscript
@@ -535,7 +535,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.9.4', {'c++17': target.platform == 'osx'}))
+ deps.append(('libdcp', '56b3586247d76b2d07911018ccba63d4b05f4995', {'c++17': target.platform == 'osx'}))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))