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
@ -191,6 +191,9 @@ int have_libjack (void) {
|
|||||||
|
|
||||||
/* dedicated support for jack_client_open(,..) variable arg function macro */
|
/* dedicated support for jack_client_open(,..) variable arg function macro */
|
||||||
func_t WJACK_get_client_open(void) {
|
func_t WJACK_get_client_open(void) {
|
||||||
|
if (_status == -1) {
|
||||||
|
init_weak_jack();
|
||||||
|
}
|
||||||
return _j._client_open;
|
return _j._client_open;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user