decoder/mad, ...: more libfmt logging

This commit is contained in:
Max Kellermann
2021-06-25 17:26:41 +02:00
parent f60a42e0b6
commit b29a43b4d7
42 changed files with 245 additions and 251 deletions

View File

@@ -124,8 +124,8 @@ PreparedTwolameEncoder::PreparedTwolameEncoder(const ConfigBlock &block)
static PreparedEncoder *
twolame_encoder_init(const ConfigBlock &block)
{
FormatDebug(twolame_encoder_domain,
"libtwolame version %s", get_twolame_version());
FmtDebug(twolame_encoder_domain,
"libtwolame version {}", get_twolame_version());
return new PreparedTwolameEncoder(block);
}

View File

@@ -53,6 +53,7 @@ encoder_plugins = static_library(
liblame_dep,
libtwolame_dep,
libshine_dep,
log_dep,
],
)