summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-15 20:18:20 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-15 20:18:20 +0100
commit08f264956959feaeff27b989ee7110f444934edb (patch)
treeff96bd4d187856268d753c0a029745dfc95c07e0 /configure.ac
parent97dc129c2f023b76f5af4e4185ec62cdf923136b (diff)
added null output plugin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d7ac3ab..1fd7cc56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,8 @@ AC_DEFUN([PRINT_PLUGIN_INFO],
)
PRINT_PLUGIN_INFO([stdio],[Standard IO plugin],[true])
-PRINT_PLUGIN_INFO([alsa],[alsa output],[test $HAVE_ALSA])
+PRINT_PLUGIN_INFO([nullout],[NULL output],[true])
+PRINT_PLUGIN_INFO([alsa],[ALSA output],[test $HAVE_ALSA])
PRINT_PLUGIN_INFO([sid],[SID player based on libsidplay2],[true])
PRINT_PLUGIN_INFO([gme],[chiptune music player based on GME],[true])
PRINT_PLUGIN_INFO([dumb],[module player based on DUMB library],[true])
@@ -216,6 +217,7 @@ plugins/sndfile/Makefile
plugins/vfs_curl/Makefile
plugins/cdda/Makefile
plugins/gtkui/Makefile
+plugins/nullout/Makefile
deadbeef.desktop
])