pulse: add symbol to check for PipeWire lib

This commit is contained in:
Wim Taymans 2020-08-17 20:07:04 +02:00
parent 3174e8b69e
commit 21e7c77e5e

View file

@ -27,3 +27,9 @@ const char* pa_get_library_version(void)
return pa_get_headers_version();
}
SPA_EXPORT
bool pa_is_pipewire(void)
{
return true;
}