diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-20 23:34:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-22 15:49:58 +0100 |
| commit | 32b5af27f00f80054ab0f502ebd7b8a3fa0d4061 (patch) | |
| tree | f7c43293ce6c400476654040cf59c377eb53fcc0 /cscript | |
| parent | aa37742187654f53c55095ba185bd9457470dac6 (diff) | |
Bump libdcp for new asdcplib version.
Diffstat (limited to 'cscript')
| -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.3', {'c++17': target.platform == 'osx'})) + deps.append(('libdcp', 'v1.9.4', {'c++17': target.platform == 'osx'})) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
