summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-17 01:39:32 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-17 01:39:32 +0100
commit707ec6d548a81f10d858855d29606e4a973f6fdc (patch)
treea6cb4add2377fed3138ca37fc1771d0fe11ded61 /cscript
parent00c3d04a1a498aaa552d25bf2fd1fe186cb60e33 (diff)
Bump libdcp to fix whitespace handling in subtitles (#2457).fix-space-handling
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 98b242ef5..c4c747f0c 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.58'))
+ deps.append(('libdcp', '89fbc8d186378cd72ab3e9a259073d45b7b993ad'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))