diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 21:49:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-15 22:38:40 +0100 |
| commit | 4646b9978c75eba5228d53bff8af1804edac7338 (patch) | |
| tree | 7f6f7a96a16efffda58730415fae27efdd440b67 /cscript | |
| parent | d361b99f8dc8b9b1bcde40e0056e3fc796e5583c (diff) | |
Use MCASoundField::STEREO (20) for stereo DCPs.2419-main-sound-configuration
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.50')) + deps.append(('libdcp', '9e21471d452b05073d6bb7729f86365a2647cc94')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
