diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 21:49:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-24 00:00:21 +0100 |
| commit | 469b5c52512d16bf1dade0f010bb028816d640f5 (patch) | |
| tree | f4473bf21c41af50537d981f55f17f79fe1d3996 /cscript | |
| parent | cc279961a2a9ffea67ed21378fef44c2e1bcb202 (diff) | |
Use MCASoundField::STEREO (20) for stereo DCPs.
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.52')) + deps.append(('libdcp', 'v1.8.53')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
