diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-17 20:04:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-17 20:04:46 +0100 |
| commit | d38a1f6932e6c41c79f17399030869678badc00d (patch) | |
| tree | 8d75c8d48026989528f56b22f616732b4fd507ad | |
| parent | 04dcbbc5f7dfc0e706dac540c7d83965a733dd0e (diff) | |
Bump libdcp for verify fixes (#2457 and #2459).v2.16.44
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.58')) + deps.append(('libdcp', 'v1.8.59')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) |
