diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 16:11:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 16:11:34 +0200 |
| commit | 7f3e5acf776c339959608a5f8ba4d5d3cc7c3001 (patch) | |
| tree | 7b91eb6a70f5961e4bc1d14cf74eaabc574c31a3 /cscript | |
| parent | 4d721e683b584fe48e7905e44ab3da23afe76145 (diff) | |
bisect
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,7 @@ def dependencies(target, options): deps = [('libdcp', 'v1.9.12', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.49')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) - deps.append(('rtaudio', 'f619b76')) + deps.append(('rtaudio', '9db50c4e1db9b4fc588da4ba5b3b8cf53f0a1197')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. # This dependency is to get that binary, which is added into |
