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

@@ -44,6 +44,7 @@ encoder_plugins = static_library(
encoder_plugins_sources,
include_directories: inc,
dependencies: [
pcm_basic_dep,
flac_dep,
ogg_dep,
libopus_dep,