mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
resample: use speex resampler for now
This commit is contained in:
parent
b3b47d3fe9
commit
d88b88444d
3 changed files with 37 additions and 19 deletions
|
|
@ -11,6 +11,7 @@ libva_dep = dependency('libva', required : false)
|
|||
sbc_dep = dependency('sbc', required : false)
|
||||
libudev_dep = dependency('libudev')
|
||||
threads_dep = dependency('threads')
|
||||
speexdsp_dep = dependency('speexdsp')
|
||||
|
||||
#cc = meson.get_compiler('c')
|
||||
#dl_lib = cc.find_library('dl', required : false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue