diff options
author | Max Kellermann <max@duempel.org> | 2010-01-04 21:42:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-04 21:45:32 +0100 |
commit | 2f8135ef8bb4723e040571e38699300f21334127 (patch) | |
tree | 9fdaded4ca3c6fa9e03af04d04cd2e81f729ea58 /Makefile.am | |
parent | 9b9abff97272b52f133ff23addd58b6a90a49a73 (diff) | |
download | mpd-2f8135ef8bb4723e040571e38699300f21334127.tar.gz mpd-2f8135ef8bb4723e040571e38699300f21334127.tar.xz mpd-2f8135ef8bb4723e040571e38699300f21334127.zip |
input/rewind: enable the "rewind" wrapper for all non-seekable streams
Don't limit the "rewind" input plugin to CURL streams.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 24035b458..5e8a6b4d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -586,11 +586,11 @@ INPUT_SRC = \ src/input_init.c \ src/input_registry.c \ src/input_stream.c \ + src/input/rewind_input_plugin.c \ src/input/file_input_plugin.c if ENABLE_CURL INPUT_SRC += src/input/curl_input_plugin.c \ - src/input/rewind_input_plugin.c \ src/icy_metadata.c endif |