summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-23 17:36:17 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-23 17:36:17 +0200
commit418bd285540e7eba2d526a89bab70616d521222e (patch)
treec1db35904f381e409987a5c8c34d271665cd29d8
parentc12de0f2619d0c4d60ee2165d7ee28ce7deeb7dc (diff)
fix
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0c66d9400..be517b773 100644
--- a/cscript
+++ b/cscript
@@ -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', '66fd3929981693fb335737a28f47678f168f749b'))
+ deps.append(('rtaudio', '9e8043f492c5c2b9456f771b8e5b2b4fdf29ed41'))
# 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