mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
use SPA_EXPORT to export symbols
This commit is contained in:
parent
a563050797
commit
569cbb48a9
52 changed files with 326 additions and 24 deletions
|
|
@ -204,6 +204,7 @@ static const struct pw_module_events module_events = {
|
|||
.destroy = module_destroy,
|
||||
};
|
||||
|
||||
SPA_EXPORT
|
||||
int pipewire__module_init(struct pw_module *module, const char *args)
|
||||
{
|
||||
struct pw_core *core = pw_module_get_core(module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue