diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-21 19:34:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-22 09:56:55 +0100 |
| commit | ca26480232ffc0f8de063c3bb93804cb3700188b (patch) | |
| tree | dc7693140bc512b61d998e2132fc0c6e27ccca08 /cscript | |
| parent | d461d2685050842cb86875f5a5aa62505779b9ed (diff) | |
Bump libdcp for DCNC tags.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,8 +372,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '546094a')) - deps.append(('libsub', '3ee4328')) + deps.append(('libdcp', '1deb046')) + deps.append(('libsub', '909fed6')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
