diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-23 12:53:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-27 06:29:00 +0100 |
| commit | 51a1cee215700b43fa20e12084b7987ef3b64b42 (patch) | |
| tree | 48a6a85fe4b71cba4f02ecbc0e577e0dee253c0c | |
| parent | 07d4c9e0c9e60578ff74e47ad1cc7233134d5f24 (diff) | |
Bump libdcp for libcxml build fix.v2.17.14
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.9.4', {'c++17': target.platform == 'osx'})) + deps.append(('libdcp', '56b3586247d76b2d07911018ccba63d4b05f4995', {'c++17': target.platform == 'osx'})) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
