mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-rtp: add opus encoding
This commit is contained in:
parent
bcc052f5f1
commit
345582dd15
10 changed files with 452 additions and 4 deletions
|
|
@ -282,6 +282,9 @@ else
|
|||
endif
|
||||
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')
|
||||
|
||||
summary({'readline (for pw-cli)': readline_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
cdata.set('HAVE_READLINE', readline_dep.found())
|
||||
ncurses_dep = dependency('ncursesw', required : false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue