This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Update default jack location on windows, per new installers
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX
4 years ago
parent
78c93766af
commit
d539727a2d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
windows/JackPlatformPlug_os.h
+ 1
- 1
windows/JackPlatformPlug_os.h
View File
@@ -24,7 +24,7 @@
#define jack_server_dir "server"
#define jack_client_dir "client"
#define JACK_DEFAULT_DRIVER "portaudio"
#define JACK_LOCATION "C:
/Program Files/Jack
"
#define JACK_LOCATION "C:
\\Program Files\\JACK2
"
#ifndef ADDON_DIR
#define ADDON_DIR "jack"
Write
Preview
Loading…
Cancel
Save