diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-07 02:46:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-07 02:46:58 +0100 |
| commit | 436a02462f5aa2a5b8fdcaa1c5da79f48d167244 (patch) | |
| tree | 35ddaffaf339d10ff483c1f2ddc57e68b10587b5 /cscript | |
| parent | b6481689cb2057b7e0d7cb44a20fe2b80e02429a (diff) | |
libdcp update.
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', 'c2b47fe')) - deps.append(('libsub', '61cafd0')) + deps.append(('libdcp', 'bed820d')) + deps.append(('libsub', '2ac27e6')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
