mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
types: more work on types
This commit is contained in:
parent
acedfe71c0
commit
5825c62d6d
76 changed files with 1713 additions and 1477 deletions
|
|
@ -4,17 +4,16 @@ spa_headers = [
|
|||
'buffer.h',
|
||||
'clock.h',
|
||||
'command.h',
|
||||
'command-node.h',
|
||||
'defs.h',
|
||||
'dict.h',
|
||||
'event.h',
|
||||
'event-node.h',
|
||||
'format.h',
|
||||
'id-map.h',
|
||||
'list.h',
|
||||
'log.h',
|
||||
'loop.h',
|
||||
'monitor.h',
|
||||
'node-command.h',
|
||||
'node-event.h',
|
||||
'node.h',
|
||||
'plugin.h',
|
||||
'pod.h',
|
||||
|
|
@ -22,7 +21,8 @@ spa_headers = [
|
|||
'pod-iter.h',
|
||||
'pod-utils.h',
|
||||
'props.h',
|
||||
'ringbuffer.h'
|
||||
'ringbuffer.h',
|
||||
'type-map.h',
|
||||
]
|
||||
|
||||
install_headers(spa_headers, subdir : 'spa')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue