mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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
|
||||
|
||||
#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)
|
||||
goto error_errno;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue