aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 00:29:38 +0200
committerMax Kellermann <max@duempel.org>2012-08-15 00:29:38 +0200
commite291f3d257360667e12754154acac9ba3fe3316a (patch)
treea4ff1dc50b3d9dbd07b6c018060e079630561929 /Makefile.am
parentdc22846d58264bfae3b4516e2de1614b3b97a5ca (diff)
downloadmpd-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 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0077eaf59..89b643530 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1070,7 +1070,6 @@ test_dump_playlist_SOURCES = test/dump_playlist.c \
src/audio_check.c src/pcm_buffer.c \
src/text_input_stream.c src/fifo_buffer.c \
src/cue/cue_parser.c src/cue/cue_parser.h \
- src/timer.c src/clock.c \
src/fd_util.c
if HAVE_FLAC
@@ -1097,7 +1096,6 @@ test_run_decoder_SOURCES = test/run_decoder.c \
src/fd_util.c \
src/audio_check.c \
src/audio_format.c \
- src/timer.c src/clock.c \
$(ARCHIVE_SRC) \
$(INPUT_SRC) \
$(TAG_SRC) \
@@ -1119,7 +1117,6 @@ test_read_tags_SOURCES = test/read_tags.c \
src/uri.c \
src/fd_util.c \
src/audio_check.c \
- src/timer.c src/clock.c \
$(DECODER_SRC)
if HAVE_ID3TAG