diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 00:29:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 00:48:52 +0200 |
commit | 9c83464b95a6e8145fee0a03bd151f4bc7a6cac7 (patch) | |
tree | d799abb71e32e596122a3ad8b02493a3fe669317 /src/decoder | |
parent | b1bbd70f0f956e9829158ee80a42f1bafde67347 (diff) | |
download | mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.tar.gz mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.tar.xz mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.zip |
configure.ac: auto-detect libfluidsynth
Now that the libfluidsynth API was sanitized, we can enable the plugin
automatically if libfluidsynth is installed.
Diffstat (limited to '')
-rw-r--r-- | src/decoder/fluidsynth_decoder_plugin.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/decoder/fluidsynth_decoder_plugin.c b/src/decoder/fluidsynth_decoder_plugin.c index a8c148c89..1fef209bc 100644 --- a/src/decoder/fluidsynth_decoder_plugin.c +++ b/src/decoder/fluidsynth_decoder_plugin.c @@ -17,15 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* - * WARNING! This plugin suffers from major shortcomings in the - * libfluidsynth API, which render it practically unusable. For a - * discussion, see the post on the fluidsynth mailing list: - * - * http://www.mail-archive.com/fluid-dev@nongnu.org/msg01099.html - * - */ - #include "config.h" #include "decoder_api.h" #include "conf.h" |