mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-cat: Check for pw_cat_ffmpeg flag instead of HAVE_ALSA_COMPRESS_OFFLOAD
FFmpeg integration in pw-cat does not strictly require Compress-Offload; for example, there could be other nodes in the graph that can handle compressed audio. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
parent
f07bb84348
commit
e261f2ac1c
2 changed files with 14 additions and 13 deletions
|
|
@ -277,6 +277,7 @@ if pw_cat_ffmpeg.allowed() or ffmpeg.allowed()
|
|||
else
|
||||
avcodec_dep = dependency('', required: false)
|
||||
endif
|
||||
cdata.set('HAVE_PW_CAT_FFMPEG_INTEGRATION', pw_cat_ffmpeg.allowed())
|
||||
|
||||
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