mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-26 06:46:50 -04:00
module-rtp: fix compilation without opus
This commit is contained in:
parent
345582dd15
commit
59d5d93878
3 changed files with 11 additions and 6 deletions
|
|
@ -284,6 +284,7 @@ cdata.set('HAVE_PW_CAT_FFMPEG_INTEGRATION', pw_cat_ffmpeg.allowed())
|
|||
|
||||
opus_dep = dependency('opus', required : get_option('opus'))
|
||||
summary({'opus (Bluetooth, RTP)': opus_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
cdata.set('HAVE_OPUS', opus_dep.found())
|
||||
|
||||
summary({'readline (for pw-cli)': readline_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
cdata.set('HAVE_READLINE', readline_dep.found())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue