diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-08 20:43:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-08 20:43:17 +0200 |
| commit | 00762c2d9a4240d016150cd7555aee3dad8542ae (patch) | |
| tree | ecbcd94fe724583d8dbfca62c23281fa1e213d72 /cscript | |
| parent | 03bfec20fceaf1766f1edfb087e7e2f5a3ab6565 (diff) | |
Bump libdcp and add some new verification notes.
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', 'ed20305')) - deps.append(('libsub', '8ba5221')) + deps.append(('libdcp', '3a328b6')) + deps.append(('libsub', '2bbddc6')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
