pcm/meson.build: split libpcm into two

One basic library without dependencies, and one with heavy
dependencies like libsamplerate.
This commit is contained in:
Max Kellermann
2020-01-18 20:07:55 +01:00
parent 7551867249
commit 914ad261ed
4 changed files with 30 additions and 14 deletions

View File

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