diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-20 23:19:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-20 23:19:37 +0100 |
| commit | aa37742187654f53c55095ba185bd9457470dac6 (patch) | |
| tree | 0b1c90eb8fb29491b4152983605aa64f7234a0d5 | |
| parent | 137f4b5b6ccf7545d0499f57150b005bdfdf5768 (diff) | |
Bump libdcp with corresponding merge to previous.
| -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.2', {'c++17': target.platform == 'osx'})) + deps.append(('libdcp', 'v1.9.3', {'c++17': target.platform == 'osx'})) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
