mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: fix version check
This commit is contained in:
parent
0c37adb665
commit
07f7bda1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -3800,7 +3800,7 @@ jack_client_t * jack_client_open (const char *client_name,
|
|||
|
||||
if (getenv("PIPEWIRE_NOJACK") != NULL ||
|
||||
getenv("PIPEWIRE_INTERNAL") != NULL ||
|
||||
strstr(pw_get_library_version(), "0.2") != NULL)
|
||||
spa_strstartswith(pw_get_library_version(), "0.2"))
|
||||
goto disabled;
|
||||
|
||||
return_val_if_fail(client_name != NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue