pcm/meson.build: add missing dependency on libconfig.a

This commit is contained in:
Max Kellermann
2023-11-25 22:04:11 +01:00
parent 08a5768764
commit eb675ad1b1
2 changed files with 4 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ pcm = static_library(
libsamplerate_dep,
soxr_dep,
log_dep,
config_dep,
],
)