Merge branch 'rtp-rework-audio-codec-support' into 'master'

module-rtp: Rework audio codec support (specifically Opus audio) + additional RTP module fixes

See merge request pipewire/pipewire!2876
This commit is contained in:
Carlos Rafael Giani 2026-07-01 09:59:05 +00:00
commit 95fddd5a48
17 changed files with 4136 additions and 474 deletions

View file

@ -124,6 +124,17 @@ test('test-spa',
link_with: pwtest_lib)
)
test('test-module-rtp-common-lib',
executable('test-module-rtp-common-lib',
'modules/module-rtp/test-jitter-buffer.c',
include_directories : [
pwtest_inc,
include_directories('../src/modules'),
],
dependencies: [ spa_dep, pipewire_module_rtp_common_dep ],
link_with: [pwtest_lib])
)
openal_info = find_program('openal-info', required: false)
if openal_info.found()
cdata.set_quoted('OPENAL_INFO_PATH', openal_info.full_path())

File diff suppressed because it is too large Load diff