mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
avb: remove wrong cargs
Fix a typo
This commit is contained in:
parent
e82145aeae
commit
4062077472
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ spa_avb_sources = ['avb.c',
|
|||
spa_avb = shared_library(
|
||||
'spa-avb',
|
||||
[ spa_avb_sources ],
|
||||
c_args : acp_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [ spa_dep, mathlib, epoll_shim_dep ],
|
||||
install : true,
|
||||
|
|
|
|||
|
|
@ -1119,7 +1119,7 @@ static bool rates_contains(uint32_t *rates, uint32_t n_rates, uint32_t rate)
|
|||
* the desired final value and activate the followers and then the driver.
|
||||
*
|
||||
* A complete graph evaluation is performed for each change that is made to the
|
||||
* graph, such as making/destroting links, adding/removing nodes, property changes such
|
||||
* graph, such as making/destroying links, adding/removing nodes, property changes such
|
||||
* as quantum/rate changes or metadata changes.
|
||||
*/
|
||||
int pw_context_recalc_graph(struct pw_context *context, const char *reason)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue