diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-16 21:20:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 21:20:14 +0100 |
| commit | 5063594e6836cfabed7d55f4963da9c8cf3b9f11 (patch) | |
| tree | 40786904b280a6454134feabfba9f17c381c078c /cscript | |
| parent | 7ac2d256ba45896693c68da63e8810e910b3d835 (diff) | |
Add subject/issuer details to the screen dialog (#2422).
Diffstat (limited to 'cscript')
| -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.51')) + deps.append(('libdcp', 'v1.8.52')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
