diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:39:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:40:14 +0100 |
| commit | 3874448bb792052cd52b9acc723ff35cc753b86a (patch) | |
| tree | 4c4373b02b72616068f5c71cc1273a01ac632306 /cscript | |
| parent | b39dbb7cf1b0352cf0eb3af4bf4929556355bff5 (diff) | |
Bump libdcp for subtitle Z-position fixes (#2356).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -451,8 +451,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.32')) - deps.append(('libsub', 'v1.6.35')) + deps.append(('libdcp', '9907552e698ae744ad9787109430ce896ee94ab8')) + deps.append(('libsub', '2a22b830f0d658e7c8f462539c662f4bc36419b9')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
