mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 01:50:04 +01:00
meson: bump max channels to 128
Recompiling with the SPA_AUDIO_MAX_CHANNELS=128u defined, will create larger audio_info structures that can hold more channels. Because PipeWire is now using 128 channels, do the same in wireplumber so that the generated PortConfig param can hold all channel positions. See pipewire#4995
This commit is contained in:
parent
84e4752f1a
commit
ceed5dca7c
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ common_args = [
|
|||
'-D_GNU_SOURCE',
|
||||
'-DG_LOG_USE_STRUCTURED',
|
||||
'-DWP_USE_LOCAL_LOG_TOPIC_IN_G_LOG',
|
||||
'-DSPA_AUDIO_MAX_CHANNELS=128u',
|
||||
]
|
||||
add_project_arguments(common_args, language: 'c')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue