avb: remove wrong cargs

Fix a typo
This commit is contained in:
Wim Taymans 2022-07-13 13:14:07 +02:00
parent e82145aeae
commit 4062077472
2 changed files with 1 additions and 2 deletions

View file

@ -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,

View file

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