diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-17 23:32:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-17 23:32:33 +0100 |
| commit | 90e83a781e5672a9a7ad4b9219cab3518f9c46d8 (patch) | |
| tree | ab2c0ab0e42d96d740fe17007346930eaf831a94 | |
| parent | 2b305c369cabf0dda1ef8d19f3155b687a0adc09 (diff) | |
Bump libdcp.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -432,8 +432,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '81c6fcb')) - deps.append(('libsub', '3c541fa')) + deps.append(('libdcp', '24e7ed8')) + deps.append(('libsub', 'bc00091')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
