summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-20 23:34:22 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-22 15:49:58 +0100
commit32b5af27f00f80054ab0f502ebd7b8a3fa0d4061 (patch)
treef7c43293ce6c400476654040cf59c377eb53fcc0 /cscript
parentaa37742187654f53c55095ba185bd9457470dac6 (diff)
Bump libdcp for new asdcplib version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 970a82b15..c1ed51d6c 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.3', {'c++17': target.platform == 'osx'}))
+ deps.append(('libdcp', 'v1.9.4', {'c++17': target.platform == 'osx'}))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))