diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-03 23:20:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-04 00:40:01 +0100 |
| commit | 71bf72cff49e4deb4332bfaab43c9ddd876ca3c5 (patch) | |
| tree | dd03f1d22181a30e0b6003887c4f52be94a59a46 /cscript | |
| parent | a0411faf17cf5fe539c30349b65ac24b2bd004ae (diff) | |
Bump libdcp to remove some invalid characters from Windows filenames (#2219).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -453,7 +453,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.34')) + deps.append(('libdcp', 'v1.8.35')) deps.append(('libsub', 'v1.6.41')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
