This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix build against old macos
Signed-off-by: falkTX <falktx@falktx.com>
pull/1658/merge
falkTX
8 months ago
parent
0b250a0cb7
commit
b22143f28c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
source/discovery/carla-discovery.cpp
+ 5
- 0
source/discovery/carla-discovery.cpp
View File
@@ -26,6 +26,11 @@
# ifdef __aarch64__
# include <spawn.h>
# endif
# ifndef __MAC_13_0
enum {
kAudioUnitType_SpeechSynthesizer = 'ausp',
};
# endif
#endif
#ifdef CARLA_OS_WIN
Write
Preview
Loading…
Cancel
Save