mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Add owner resource to global and node
Use the resource as the owner for various objects. Work on makeing the client-node an extension
This commit is contained in:
parent
b608599220
commit
fb361706d4
16 changed files with 66 additions and 153 deletions
|
|
@ -32,7 +32,8 @@ pipewire_module_mixer = shared_library('pipewire-module-mixer', [ 'module-mixer.
|
|||
dependencies : [mathlib, dl_lib, pipewire_dep, pipewirecore_dep],
|
||||
)
|
||||
|
||||
pipewire_module_client_node = shared_library('pipewire-module-client-node', [ 'module-client-node.c' ],
|
||||
pipewire_module_client_node = shared_library('pipewire-module-client-node',
|
||||
[ 'module-client-node.c', 'module-client-node/client-node.c' ],
|
||||
c_args : pipewire_module_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
link_with : spalib,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue