diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 00:29:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 00:29:38 +0200 |
commit | e291f3d257360667e12754154acac9ba3fe3316a (patch) | |
tree | a4ff1dc50b3d9dbd07b6c018060e079630561929 /configure.ac | |
parent | dc22846d58264bfae3b4516e2de1614b3b97a5ca (diff) | |
download | mpd-e291f3d257360667e12754154acac9ba3fe3316a.tar.gz mpd-e291f3d257360667e12754154acac9ba3fe3316a.tar.xz mpd-e291f3d257360667e12754154acac9ba3fe3316a.zip |
decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)
The libfluidsynth API is now sane, and does not require real-time
decoding.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f433fd08b..8a0f02871 100644 --- a/configure.ac +++ b/configure.ac @@ -845,7 +845,7 @@ enable_flac_encoder=$enable_flac dnl -------------------------------- FluidSynth ------------------------------- if test x$enable_fluidsynth = xyes; then - PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth], + PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth >= 1.1], AC_DEFINE(ENABLE_FLUIDSYNTH, 1, [Define for fluidsynth support]), enable_fluidsynth=no) fi |