aboutsummaryrefslogtreecommitdiff
path: root/src/output_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_list.c')
-rw-r--r--src/output_list.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/output_list.c b/src/output_list.c
index 835c02bb..8ec08abb 100644
--- a/src/output_list.c
+++ b/src/output_list.c
@@ -40,56 +40,56 @@
#include "output/winmm_output_plugin.h"
const struct audio_output_plugin *const audio_output_plugins[] = {
-#ifdef HAVE_SHOUT
+#if CONFIG_SHOUT_OUTPUT
&shout_output_plugin,
#endif
&null_output_plugin,
-#ifdef HAVE_FIFO
+#if CONFIG_FIFO_OUTPUT
&fifo_output_plugin,
#endif
-#ifdef ENABLE_PIPE_OUTPUT
+#if CONFIG_PIPE_OUTPUT
&pipe_output_plugin,
#endif
-#ifdef HAVE_ALSA
+#if CONFIG_ALSA_OUTPUT
&alsa_output_plugin,
#endif
-#ifdef HAVE_ROAR
+#if CONFIG_ROAR_OUTPUT
&roar_output_plugin,
#endif
-#ifdef HAVE_AO
+#if CONFIG_AO_OUTPUT
&ao_output_plugin,
#endif
-#ifdef HAVE_OSS
+#if CONFIG_OSS_OUTPUT
&oss_output_plugin,
#endif
-#ifdef HAVE_OPENAL
+#if CONFIG_OPENAL_OUTPUT
&openal_output_plugin,
#endif
-#ifdef HAVE_OSX
+#if CONFIG_OSX_OUTPUT
&osx_output_plugin,
#endif
-#ifdef ENABLE_SOLARIS_OUTPUT
+#if CONFIG_SOLARIS_OUTPUT
&solaris_output_plugin,
#endif
-#ifdef HAVE_PULSE
+#if CONFIG_PULSE_OUTPUT
&pulse_output_plugin,
#endif
-#ifdef HAVE_MVP
+#if CONFIG_MVP_OUTPUT
&mvp_output_plugin,
#endif
-#ifdef HAVE_JACK
+#if CONFIG_JACK_OUTPUT
&jack_output_plugin,
#endif
-#ifdef ENABLE_HTTPD_OUTPUT
+#if CONFIG_HTTPD_OUTPUT
&httpd_output_plugin,
#endif
-#ifdef ENABLE_RECORDER_OUTPUT
+#if CONFIG_RECORDER_OUTPUT
&recorder_output_plugin,
#endif
-#ifdef ENABLE_WINMM_OUTPUT
+#if CONFIG_WINMM_OUTPUT
&winmm_output_plugin,
#endif
-#ifdef ENABLE_FFADO_OUTPUT
+#if CONFIG_FFADO_OUTPUT
&ffado_output_plugin,
#endif
NULL