diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:06:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:06:05 +0200 |
| commit | 58d89ba0632d94504b15dc10cb4e4153808f8efe (patch) | |
| tree | 39822d27b2bce1898a527fd324d383eb9deb5997 /cscript | |
| parent | 26866fdeba6dd868b1809de49799690555164f70 (diff) | |
Update for change to libdcp API.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.18')) - deps.append(('libsub', 'v1.6.19')) + deps.append(('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46')) + deps.append(('libsub', '7ed26aa4ddb33c9c01a3a22fe99c7759321b1246')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
