types: more work on types

This commit is contained in:
Wim Taymans 2017-03-24 11:40:58 +01:00
parent acedfe71c0
commit 5825c62d6d
76 changed files with 1713 additions and 1477 deletions

View file

@ -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')