Add support for ALSA compressed offload

See
https://docs.kernel.org/sound/designs/compress-offload.html
https://github.com/alsa-project/tinycompress
This commit is contained in:
Sanchayan Maity 2022-09-20 15:13:16 +05:30 committed by Wim Taymans
parent f3914e494c
commit 6a034cc398
7 changed files with 1212 additions and 2 deletions

View file

@ -74,7 +74,6 @@ if get_option('spa-plugins').allowed()
summary({'ModemManager': mm_dep.found()}, bool_yn: true, section: 'Bluetooth backends')
endif
endif
avcodec_dep = dependency('libavcodec', required: get_option('ffmpeg'))
jack_dep = dependency('jack', version : '>= 1.9.10', required: get_option('jack'))
summary({'JACK2': jack_dep.found()}, bool_yn: true, section: 'Backend')
vulkan_dep = dependency('vulkan', disabler : true, version : '>= 1.1.69', required: get_option('vulkan'))