meson.build: move Log.cxx and LogBackend.cxx into a static library
Prevents compiling those sources many times, once for each debug program using it.
This commit is contained in:
@@ -85,6 +85,7 @@ input_plugins = static_library(
|
||||
input_plugins_sources,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
alsa_dep,
|
||||
curl_dep,
|
||||
ffmpeg_dep,
|
||||
|
||||
Reference in New Issue
Block a user