diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-03 10:15:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-03 10:17:45 +0100 |
| commit | a0411faf17cf5fe539c30349b65ac24b2bd004ae (patch) | |
| tree | 63d6c2b95599e9afbd0418c5ca64051ddaf5660d /cscript | |
| parent | d5e6fa029f1fb7b7dccd32dd2906a0858a876cae (diff) | |
Bump libsub for libdcp dependency removal.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -454,7 +454,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.34')) - deps.append(('libsub', 'v1.6.40')) + deps.append(('libsub', 'v1.6.41')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
