pcm/meson.build: split libpcm into two
One basic library without dependencies, and one with heavy dependencies like libsamplerate.
This commit is contained in:
@@ -7,6 +7,7 @@ decoder_api = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
pcm_basic_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user