diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-12 20:15:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-12 20:15:40 +0100 |
| commit | cd798d5d3269dab83478a68e470ba69ba7549249 (patch) | |
| tree | c21a11930b4fe808c2739b827c69e0cec72c8cc7 | |
| parent | ceba5736c6981cdad4ab9178a97518ecb70f1602 (diff) | |
Bump libdcp for new dcpverify options (#2444).
| -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.55')) + deps.append(('libdcp', 'v1.8.56')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) |
