diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:34:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:34:38 +0200 |
| commit | 469f7ebe301119ca935f39d56befe704bafea98e (patch) | |
| tree | 9777070f14d040730916b5f7a0cc3839b6bafc4f | |
| parent | d4651b1595eb0aab4d956795f757302fef2f31d7 (diff) | |
Bump libdcp for build fix.
| -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', 'f031667bd2769d3daf9c49115f21a099fafcee46')) - deps.append(('libsub', '21bf11458a2c393ec60421756a29b0d1469f9fe4')) + deps.append(('libdcp', '13a6c81232a3d33772afbf9fdf5d2879f64ff757')) + deps.append(('libsub', '95270023753b84e65cb1f5c5bd7a33cd67c8f03b')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
