diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-03-27 12:25:28 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-03-27 12:25:28 +0100 |
commit | 1cb26a729dab5ec1c35b7e78e4f52069b917ad73 (patch) | |
tree | ec14f410a5620d55c110ac0ffe1994093d88c0f1 | |
parent | 5b8000f768f845e36ddde3ccca18f119b7a37d15 (diff) |
added supereq to configure plugin list
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 86e87eef..369becdf 100644 --- a/configure.ac +++ b/configure.ac @@ -308,6 +308,7 @@ PRINT_PLUGIN_INFO([ffmpeg],[ffmpeg codecs],[test $HAVE_FFMPEG]) PRINT_PLUGIN_INFO([oss],[oss output plugin],[test "x$have_oss" = "xyes"]) PRINT_PLUGIN_INFO([pulse],[PulseAudio output plugin],[test $HAVE_PULSE]) PRINT_PLUGIN_INFO([artwork],[Cover art plugin],[test $HAVE_ARTWORK]) +PRINT_PLUGIN_INFO([supereq],[Equalizer based on Super EQ library by Naoki Shibata],[true]) echo AC_OUTPUT([ |