diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 17:27:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 17:27:28 +0200 |
| commit | c12de0f2619d0c4d60ee2165d7ee28ce7deeb7dc (patch) | |
| tree | 8801a866c34243ae11c4d5e4f13eb1dde8759ddd | |
| parent | 409336096d83fa5b85a1930aa6f6be8159ac5a03 (diff) | |
fux
| -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', 'f619b7682b3ff3c6c307de8f1912a3141d6a9de7')) + deps.append(('rtaudio', '66fd3929981693fb335737a28f47678f168f749b')) # 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 |
