diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-22 21:00:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-27 14:47:25 +0100 |
| commit | 54a17f662b3ce226fd1116e68013d6608d5f6602 (patch) | |
| tree | 97d81f6f0a2a20e43df71f61f6cc1939bc8356ae /cscript | |
| parent | 8ff6586d568c4a2b0a2ac24e690d172f4c01e3c4 (diff) | |
Bump libdcp for subtitle standard support.
Diffstat (limited to 'cscript')
| -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.59')) + deps.append(('libdcp', 'v1.8.62')) deps.append(('libsub', 'v1.6.43')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) |
