lib/alsa/meson.build: add dependency on libpcm_basic

For PcmExport::CalcInputSampleRate().
This commit is contained in:
Max Kellermann
2022-11-29 08:43:23 +01:00
parent 4328a6f77d
commit f2b025ca6c
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ alsa = static_library(
include_directories: inc,
dependencies: [
libasound_dep,
pcm_basic_dep,
log_dep,
],
)