summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-02 01:41:28 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-02 01:41:28 +0100
commit0657a7ccb450d788fbe4c86e3560c10a00d9c556 (patch)
tree98e16d19a6e334c19c6daa24639b57113ac388f0
parent11470012ee395f5c6a1fdc2dada7d4617fd4c715 (diff)
Bump libdcp for IssueDate fix (#2435).
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a96702092..c25d82cab 100644
--- a/cscript
+++ b/cscript
@@ -457,7 +457,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.54'))
+ deps.append(('libdcp', 'v1.8.55'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))