diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 16:21:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 16:21:32 +0200 |
| commit | a9c55f280c4a0921bfbd1e7d36402cbe297da249 (patch) | |
| tree | 5cfa483543e70e1eb8627fd14ebc01b1050d63f1 | |
| parent | 7f3e5acf776c339959608a5f8ba4d5d3cc7c3001 (diff) | |
bisect
| -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', '9db50c4e1db9b4fc588da4ba5b3b8cf53f0a1197')) + deps.append(('rtaudio', 'cd494e9fe4342a2bd017ec949553f8f2958ace09')) # 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 |
