resample: use speex resampler for now

This commit is contained in:
Wim Taymans 2018-04-10 16:54:15 +02:00
parent b3b47d3fe9
commit d88b88444d
3 changed files with 37 additions and 19 deletions

View file

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