mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-27 07:58:16 -04:00
check version
This commit is contained in:
parent
ae1f79c514
commit
541b6fca27
1 changed files with 5 additions and 1 deletions
|
|
@ -470,7 +470,11 @@ static void *codec_init(const struct media_codec *codec, uint32_t flags,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_LDAC_ABR
|
#ifdef ENABLE_LDAC_ABR
|
||||||
this->ldac_abr = ldac_ABR_get_handle(NULL);
|
#ifdef ENABLE_LDAC_DEC
|
||||||
|
this->ldac_abr = ldac_ABR_get_handle(NULL);
|
||||||
|
#else
|
||||||
|
this->ldac_abr = ldac_ABR_get_handle();
|
||||||
|
#endif
|
||||||
if (this->ldac_abr == NULL)
|
if (this->ldac_abr == NULL)
|
||||||
goto error_errno;
|
goto error_errno;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue