diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-10 12:12:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-10 12:12:54 +0200 |
| commit | ce47388adf9d02a4070e7cbf6672097c2e424422 (patch) | |
| tree | 7f211e5f7899e094dfe05a62036876e36eb12008 /cscript | |
| parent | ba438ecd16207700ffd849820796b6f833beef21 (diff) | |
Bump libdcp for fixes to build on Ubuntu 16.04 etc.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.83')) + deps.append(('libdcp', 'v1.8.84')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
