From c7da1821c35e27b357f33e003fdb08d65f4cb392 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Dec 2014 17:14:19 +0100 Subject: CommandLine: show id3tag support in --version --- src/CommandLine.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index c6e9c69c5..38a7275aa 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -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); -- cgit v1.2.3