diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-10 00:11:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-10 00:11:40 +0200 |
| commit | 0f8227817cfde6079c28fb18bbab11d9105d2bfc (patch) | |
| tree | 67a2312ecce93f82e2bcc8bba74e9a5f1fb2b492 /cscript | |
| parent | c27d14badb229c24533db65dbaee1939dce89455 (diff) | |
Bump libdcp to get timed text ContainerDuration check (#1963).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -385,8 +385,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '4552587')) - deps.append(('libsub', '9901351')) + deps.append(('libdcp', 'c59e6c0')) + deps.append(('libsub', '3fd82fc')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
