2017-11-20 12:44:35 +01:00
|
|
|
spa_buffer_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'buffer/buffer.h',
|
|
|
|
|
'buffer/meta.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_buffer_headers,
|
|
|
|
|
subdir : 'spa/buffer')
|
|
|
|
|
|
|
|
|
|
spa_clock_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'clock/clock.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_clock_headers,
|
|
|
|
|
subdir : 'spa/clock')
|
|
|
|
|
|
|
|
|
|
spa_graph_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'graph/graph.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_graph_headers,
|
|
|
|
|
subdir : 'spa/graph')
|
|
|
|
|
|
|
|
|
|
spa_monitor_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'monitor/monitor.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_monitor_headers,
|
|
|
|
|
subdir : 'spa/monitor')
|
|
|
|
|
|
|
|
|
|
spa_node_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'node/command.h',
|
|
|
|
|
'node/event.h',
|
|
|
|
|
'node/node.h',
|
2017-11-21 19:34:37 +01:00
|
|
|
'node/io.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_node_headers,
|
|
|
|
|
subdir : 'spa/node')
|
|
|
|
|
|
|
|
|
|
spa_param_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/param.h',
|
|
|
|
|
'param/props.h',
|
|
|
|
|
'param/buffers.h',
|
|
|
|
|
'param/meta.h',
|
2017-11-21 19:34:37 +01:00
|
|
|
'param/io.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/format.h',
|
|
|
|
|
'param/format-utils.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_param_headers,
|
|
|
|
|
subdir : 'spa/param')
|
|
|
|
|
|
|
|
|
|
spa_pod_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'pod/pod.h',
|
|
|
|
|
'pod/builder.h',
|
|
|
|
|
'pod/command.h',
|
|
|
|
|
'pod/event.h',
|
|
|
|
|
'pod/iter.h',
|
|
|
|
|
'pod/parser.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_pod_headers,
|
|
|
|
|
subdir : 'spa/pod')
|
|
|
|
|
|
|
|
|
|
spa_support_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'support/log.h',
|
|
|
|
|
'support/log-impl.h',
|
|
|
|
|
'support/loop.h',
|
|
|
|
|
'support/plugin.h',
|
|
|
|
|
'support/type-map.h',
|
|
|
|
|
'support/type-map-impl.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_support_headers,
|
|
|
|
|
subdir : 'spa/support')
|
|
|
|
|
|
|
|
|
|
spa_utils_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'utils/defs.h',
|
|
|
|
|
'utils/dict.h',
|
|
|
|
|
'utils/hook.h',
|
|
|
|
|
'utils/list.h',
|
|
|
|
|
'utils/ringbuffer.h',
|
|
|
|
|
'utils/type.h',
|
2016-09-26 12:15:52 +02:00
|
|
|
]
|
|
|
|
|
|
2017-11-20 12:44:35 +01:00
|
|
|
install_headers(spa_utils_headers,
|
|
|
|
|
subdir : 'spa/utils')
|
2017-05-16 09:24:21 +02:00
|
|
|
|
|
|
|
|
spa_audio_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/audio/format.h',
|
|
|
|
|
'param/audio/format-utils.h',
|
|
|
|
|
'param/audio/raw.h',
|
|
|
|
|
'param/audio/raw-utils.h',
|
2017-05-16 09:24:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_audio_headers,
|
2017-11-10 13:36:14 +01:00
|
|
|
subdir : 'spa/param/audio')
|
2017-05-16 09:24:21 +02:00
|
|
|
|
|
|
|
|
spa_video_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/video/chroma.h',
|
|
|
|
|
'param/video/color.h',
|
|
|
|
|
'param/video/encoded.h',
|
|
|
|
|
'param/video/format.h',
|
|
|
|
|
'param/video/format-utils.h',
|
|
|
|
|
'param/video/multiview.h',
|
|
|
|
|
'param/video/raw.h',
|
|
|
|
|
'param/video/raw-utils.h',
|
2017-05-16 09:24:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_video_headers,
|
2017-11-10 13:36:14 +01:00
|
|
|
subdir : 'spa/param/video')
|