13
0

auto-initialize weak-jack

(not needed with ardour - but keep code in sync with
https://github.com/x42/weakjack)
This commit is contained in:
Robin Gareus 2014-11-13 21:31:09 +01:00
parent b9fc616538
commit b376f6bc45

View File

@ -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;
}