decoder/mad, ...: more libfmt logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
@@ -53,6 +53,7 @@ encoder_plugins = static_library(
|
||||
liblame_dep,
|
||||
libtwolame_dep,
|
||||
libshine_dep,
|
||||
log_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user