mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-netjack2: fix compilation without OPUS
This commit is contained in:
parent
fb63bb3c5c
commit
deba261a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -189,10 +189,10 @@ static int netjack2_init(struct netjack2_peer *peer)
|
|||
|
||||
}
|
||||
return res;
|
||||
#ifdef HAVE_OPUS
|
||||
error_errno:
|
||||
pw_log_warn("error: %m");
|
||||
return -errno;
|
||||
#ifdef HAVE_OPUS
|
||||
error_opus:
|
||||
pw_log_warn("error: %d", res);
|
||||
return -EINVAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue