summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-20 23:19:37 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-20 23:19:37 +0100
commitaa37742187654f53c55095ba185bd9457470dac6 (patch)
tree0b1c90eb8fb29491b4152983605aa64f7234a0d5
parent137f4b5b6ccf7545d0499f57150b005bdfdf5768 (diff)
Bump libdcp with corresponding merge to previous.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b75bb8320..970a82b15 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.2', {'c++17': target.platform == 'osx'}))
+ deps.append(('libdcp', 'v1.9.3', {'c++17': target.platform == 'osx'}))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))