diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-15 11:15:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-15 11:15:44 +0200 |
| commit | ed52b561b8cc0a1a7d08855380486bf8a807dc19 (patch) | |
| tree | 32402410855550ebea40e6864b262b6ee88688ff | |
| parent | 31fbfc4765e5a36ee32a396d072e69cecb9dd4c3 (diff) | |
Bump libdcp for verify crash due to missing information in the note.
| -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.8.101')) + deps.append(('libdcp', 'v1.8.102')) deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
