diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 17:05:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 17:05:51 +0200 |
| commit | 9c8827aa64ba5d8e34755fdb431925640d5e5613 (patch) | |
| tree | 0a27a444963493d4b96ee0053dcf581aa36dcfe9 | |
| parent | 3029ec9563643994428acfd14910a9084765e41c (diff) | |
fix
| -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', '7ca07705160fcb4668ac4bc0ac74c7b1705598b0')) + deps.append(('rtaudio', '4d0b76263bb472cfa10926f313920063721719bd')) # 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 |
