mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez: fix compilation without ldac_abr
The define for this constant was removed but it was LDACBT_EQMID_MQ before.
This commit is contained in:
parent
5ff00f40b9
commit
7758240c79
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ static int codec_reduce_bitpool(void *data)
|
|||
#else
|
||||
struct impl *this = data;
|
||||
int res;
|
||||
if (this->eqmid == LDACBT_EQMID_BITRATE_330000 || !this->enable_abr)
|
||||
if (this->eqmid == LDACBT_EQMID_MQ || !this->enable_abr)
|
||||
return this->eqmid;
|
||||
res = ldacBT_alter_eqmid_priority(this->ldac, LDACBT_EQMID_INC_CONNECTION);
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue