diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-17 11:56:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-18 23:33:14 +0100 |
| commit | 98120e2c89dd98454440be94f9261a2c84030392 (patch) | |
| tree | e2dbf753ea3f3adc92fc537fdafe69fe6b0d393b /cscript | |
| parent | 8aa97c043d73e0c6c8bc484a307b944702c7d3dd (diff) | |
Bump libdcp for better tags directory finding.
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', '2c1faeb')) - deps.append(('libsub', '33c9a57')) + deps.append(('libdcp', '4078aaa')) + deps.append(('libsub', '74b8bce')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
