mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
protocol-native: move to separate file
Move protocol-native to separate client and server file
This commit is contained in:
parent
b9a0b067be
commit
842d73ca4b
10 changed files with 1196 additions and 1061 deletions
|
|
@ -8,6 +8,7 @@ pinos_headers = [
|
|||
'mem.h',
|
||||
'pinos.h',
|
||||
'properties.h',
|
||||
'protocol-native.h',
|
||||
'proxy.h',
|
||||
'rtkit.h',
|
||||
'stream.h',
|
||||
|
|
@ -27,6 +28,7 @@ pinos_sources = [
|
|||
'mapper.c',
|
||||
'mem.c',
|
||||
'properties.c',
|
||||
'protocol-native.c',
|
||||
'proxy.c',
|
||||
'serialize.c',
|
||||
'stream.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue