Commit c7da1821 authored by Max Kellermann's avatar Max Kellermann

CommandLine: show id3tag support in --version

parent 1a8c3271
......@@ -145,6 +145,11 @@ static void version(void)
});
puts("\n"
"Tag plugins:\n"
#ifdef ENABLE_ID3TAG
" id3tag"
#endif
"\n\n"
"Output plugins:");
audio_output_plugins_for_each(plugin)
printf(" %s", plugin->name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment