diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 19:37:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 19:37:58 +0200 |
| commit | 609bad3a7a7fe542bac1679a0163339c7e997661 (patch) | |
| tree | 3b12da938b7bc0afe80f10a53c99f78f61a956a9 | |
| parent | 4085c3c153af4535e13d44e768daa38b70bf0160 (diff) | |
up
| -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', '514ed07aaf80223ea8b977c428ebb3c18d294b3b')) + deps.append(('rtaudio', 'e0733f6f60108904bcdd2b0ddc8d15fce50eb21c')) # 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 |
