mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse: add symbol to check for PipeWire lib
This commit is contained in:
parent
3174e8b69e
commit
21e7c77e5e
1 changed files with 6 additions and 0 deletions
|
|
@ -27,3 +27,9 @@ const char* pa_get_library_version(void)
|
||||||
return pa_get_headers_version();
|
return pa_get_headers_version();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SPA_EXPORT
|
||||||
|
bool pa_is_pipewire(void)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue