diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-01 22:41:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-01 23:15:31 +0100 |
| commit | 391a2852b6e73792882df5ea0d65238d840ab894 (patch) | |
| tree | 6171768f453cf0f1e698b6631822052adcd0818c /cscript | |
| parent | afbe4ce5dd551149f931c41bf27c22ef1f55155f (diff) | |
Bump libdcp for fixes to font handling in combine operations.multi-fonts-in-pkl
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -453,7 +453,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.49')) + deps.append(('libdcp', '05d1f72e835b90b42298a33d83ae9e618f9f54f5')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
