summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-15 11:15:44 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-15 11:15:44 +0200
commited52b561b8cc0a1a7d08855380486bf8a807dc19 (patch)
tree32402410855550ebea40e6864b262b6ee88688ff
parent31fbfc4765e5a36ee32a396d072e69cecb9dd4c3 (diff)
Bump libdcp for verify crash due to missing information in the note.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7d4a8f1f6..65bead687 100644
--- a/cscript
+++ b/cscript
@@ -535,7 +535,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.101'))
+ deps.append(('libdcp', 'v1.8.102'))
deps.append(('libsub', 'v1.6.49'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))