diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-17 01:39:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-17 01:39:32 +0100 |
| commit | 707ec6d548a81f10d858855d29606e4a973f6fdc (patch) | |
| tree | a6cb4add2377fed3138ca37fc1771d0fe11ded61 | |
| parent | 00c3d04a1a498aaa552d25bf2fd1fe186cb60e33 (diff) | |
Bump libdcp to fix whitespace handling in subtitles (#2457).fix-space-handling
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
