mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
jack: fix version check
This commit is contained in:
parent
bf87fdbd70
commit
1c9c3e3553
1 changed files with 1 additions and 1 deletions
|
|
@ -3795,7 +3795,7 @@ jack_client_t * jack_client_open (const char *client_name,
|
||||||
|
|
||||||
if (getenv("PIPEWIRE_NOJACK") != NULL ||
|
if (getenv("PIPEWIRE_NOJACK") != NULL ||
|
||||||
getenv("PIPEWIRE_INTERNAL") != NULL ||
|
getenv("PIPEWIRE_INTERNAL") != NULL ||
|
||||||
strstr(pw_get_library_version(), "0.2") != NULL)
|
spa_strstartswith(pw_get_library_version(), "0.2"))
|
||||||
goto disabled;
|
goto disabled;
|
||||||
|
|
||||||
return_val_if_fail(client_name != NULL, NULL);
|
return_val_if_fail(client_name != NULL, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue