From 27e46565159c34766b70e0040b7b02eb1277faa5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 20 Jan 2018 19:07:34 +0100 Subject: input/{file,archive}: remove the dummy InputPlugin instances These have no use, exception for creating an artificial dependency from input_plugins[] to all archive plugins. --- src/CommandLine.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 8f29720ff..27f30f3a1 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -200,7 +200,12 @@ static void version(void) #endif "\n" - "Input plugins:\n"); + "Input plugins:\n" + " file" +#ifdef ENABLE_ARCHIVE + " archive" +#endif + ); input_plugins_for_each(plugin) printf(" %s", plugin->name); -- cgit v1.2.3