mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
clock: remove clock interface
Remove the clock interface, we need to get timing information with an io area to get the required precision and performance.
This commit is contained in:
parent
83bb8dc599
commit
fba00fb791
22 changed files with 31 additions and 516 deletions
|
|
@ -6,13 +6,6 @@ spa_buffer_headers = [
|
|||
install_headers(spa_buffer_headers,
|
||||
subdir : 'spa/buffer')
|
||||
|
||||
spa_clock_headers = [
|
||||
'clock/clock.h',
|
||||
]
|
||||
|
||||
install_headers(spa_clock_headers,
|
||||
subdir : 'spa/clock')
|
||||
|
||||
spa_graph_headers = [
|
||||
'graph/graph.h',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue