diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-22 23:31:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-22 23:31:39 +0200 |
| commit | dc6df7d5474e65cbd2c05607cf9be2808dfbe59d (patch) | |
| tree | 03fa4a85bad3ba38e90660e009abd81330438746 | |
| parent | eeef6e5e41163257145e5e6d4418c28b6970bae2 (diff) | |
Bump libsub for SSA Margin{L,R} support (#2811).
This also pulls in a colour fix for binary STL but the colours are
not yet visible in the preview due to another bug.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.100')) - deps.append(('libsub', 'v1.6.47')) + deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
