diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-19 02:04:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-19 02:04:25 +0100 |
| commit | 0f52c0430cae1a295fc87463de40daff05968c08 (patch) | |
| tree | ab8a59b3d754cd69042eab7f5b13593caf8e9a8d | |
| parent | de019cc2fd8c1a3b05f0b6399f29add48700aaf8 (diff) | |
Bump libdcp for wscript character encoding fix.
| -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.41')) + deps.append(('libdcp', 'v1.8.42')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
