aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputRegistry.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InputRegistry.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/InputRegistry.cxx b/src/InputRegistry.cxx
index 342720d2a..75a106c24 100644
--- a/src/InputRegistry.cxx
+++ b/src/InputRegistry.cxx
@@ -29,10 +29,6 @@
#include "input/CurlInputPlugin.hxx"
#endif
-#ifdef ENABLE_SOUP
-#include "input/SoupInputPlugin.hxx"
-#endif
-
#ifdef HAVE_FFMPEG
#include "input/FfmpegInputPlugin.hxx"
#endif
@@ -59,9 +55,6 @@ const struct input_plugin *const input_plugins[] = {
#ifdef ENABLE_CURL
&input_plugin_curl,
#endif
-#ifdef ENABLE_SOUP
- &input_plugin_soup,
-#endif
#ifdef HAVE_FFMPEG
&input_plugin_ffmpeg,
#endif