summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-05 00:48:34 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-05 00:48:34 +0100
commit0fa422e8f419ba1388448fe384e4998a6b3426d4 (patch)
tree3669e6ed51f43b02c521c5ee409b350f692a5b86
parent0ddd79f2f0ef14ac2e925f46f3c7236054d3b64b (diff)
Bump libdcp for build fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 292293119..7568338dd 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.36'))
+ deps.append(('libdcp', 'v1.8.37'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))