module-rtp: fix compilation without opus

This commit is contained in:
Wim Taymans 2023-03-12 19:04:14 +01:00
parent 345582dd15
commit 59d5d93878
3 changed files with 11 additions and 6 deletions

View file

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