mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
parent
a21c7f8457
commit
49644e4c79
1 changed files with 1 additions and 1 deletions
|
|
@ -2337,7 +2337,7 @@ static int collect_modules(struct impl *impl, const char *str)
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
if ((dir = getenv("PIPEWIRE_CONFIG_DIR")) == NULL)
|
if ((dir = getenv("PIPEWIRE_CONFIG_DIR")) == NULL)
|
||||||
dir = PIPEWIRE_CONFIG_DIR;
|
dir = PIPEWIRE_CONFDATADIR;
|
||||||
if (dir == NULL)
|
if (dir == NULL)
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue