diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 18:24:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 18:24:00 +0200 |
| commit | 7f7021f160a5d8ba33f7fca791d18d2d4ebddab6 (patch) | |
| tree | 627b27b119e2e0facfaf46ff6f32ae849e834855 | |
| parent | 791a6f77d5e24c627c4629ad11aa703ab53ecbcc (diff) | |
wtf
| -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', '30218849765cffe255b6adf9246cda563222fe19')) + deps.append(('rtaudio', '219e5fcce6629f9fc8de3ac9d1d09dbcac9c670f')) # 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 |
