diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-30 18:45:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-30 18:45:16 +0100 |
| commit | 2dd3414e44538327c111d1ad4e6a3db6baa43bbf (patch) | |
| tree | 9f4124c7ffcfb4e7bb8c52e6e8ccf2d37aaac6a8 /cscript | |
| parent | ce73eaf7875a9a3326afcd839ad85eb95879c160 (diff) | |
Bump libdcp to fix an error in the player (#2401).v2.16.38
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.48')) + deps.append(('libdcp', 'v1.8.49')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
