diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-04 17:35:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-04 17:35:18 +0100 |
| commit | 50d58ffa621aa02b312bf4c3c381fc4b950d2c31 (patch) | |
| tree | 108b6f5f0ec2dab405dbfe70e2a53cf0457cd122 /cscript | |
| parent | 32bb675c45d8d7582f11851563ea3216f60ee319 (diff) | |
Bump libdcp for Interop closed caption fix.v2.15.125
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'a31aee3')) - deps.append(('libsub', '0c04826')) + deps.append(('libdcp', 'c2b47fe')) + deps.append(('libsub', '61cafd0')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
