add SPA_EXPORT

This commit is contained in:
Wim Taymans 2019-04-11 16:36:52 +02:00
parent b50bd414ab
commit 87bee58f49
4 changed files with 56 additions and 18 deletions

View file

@ -29,18 +29,21 @@
#include <pipewire/pipewire.h>
SPA_EXPORT
float jack_get_max_delayed_usecs (jack_client_t *client)
{
pw_log_warn("not implemented");
return 0.0f;
}
SPA_EXPORT
float jack_get_xrun_delayed_usecs (jack_client_t *client)
{
pw_log_warn("not implemented");
return 0.0f;
}
SPA_EXPORT
void jack_reset_max_delayed_usecs (jack_client_t *client)
{
pw_log_warn("not implemented");