mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
port to meson
This commit is contained in:
parent
924824d0a3
commit
67dd3adb87
69 changed files with 1056 additions and 999 deletions
|
|
@ -2,6 +2,7 @@ remote_sources = ['proxy.c', 'plugin.c']
|
|||
|
||||
remotelib = shared_library('spa-remote',
|
||||
remote_sources,
|
||||
include_directories : inc,
|
||||
include_directories : spa_inc,
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
install : true,
|
||||
install_dir : '@0@/spa'.format(get_option('libdir')))
|
||||
|
|
|
|||
|
|
@ -496,6 +496,7 @@ spa_proxy_node_port_set_format (SpaNode *node,
|
|||
spa_control_builder_init_into (&builder, buf, sizeof (buf), NULL, 0);
|
||||
sf.seq = this->seq++;
|
||||
sf.port_id = port_id;
|
||||
sf.flags = flags;
|
||||
sf.format = (SpaFormat *) format;
|
||||
spa_control_builder_add_cmd (&builder, SPA_CONTROL_CMD_SET_FORMAT, &sf);
|
||||
spa_control_builder_end (&builder, &control);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue