mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
auto-initialize weak-jack
(not needed with ardour - but keep code in sync with https://github.com/x42/weakjack)
This commit is contained in:
parent
b9fc616538
commit
b376f6bc45
1 changed files with 3 additions and 0 deletions
|
|
@ -191,6 +191,9 @@ int have_libjack (void) {
|
|||
|
||||
/* dedicated support for jack_client_open(,..) variable arg function macro */
|
||||
func_t WJACK_get_client_open(void) {
|
||||
if (_status == -1) {
|
||||
init_weak_jack();
|
||||
}
|
||||
return _j._client_open;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue