diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 23:23:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 23:25:08 +0100 |
commit | 960b9a966450f4870a14c81170e3b625f9c13a8a (patch) | |
tree | 1066a84c6825aea6f61bf9db8fdf4e54c8f66144 /Makefile.am | |
parent | acb45caa4205d6e07c46b14079a7ffe0a2141d3d (diff) | |
download | mpd-960b9a966450f4870a14c81170e3b625f9c13a8a.tar.gz mpd-960b9a966450f4870a14c81170e3b625f9c13a8a.tar.xz mpd-960b9a966450f4870a14c81170e3b625f9c13a8a.zip |
input_stream: add method _cheap_seeking()
Move code from the Vorbis decoder plugin.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b63f7a81b..351978440 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1063,6 +1063,7 @@ test_run_input_SOURCES = test/run_input.c \ src/io_thread.c src/io_thread.h \ src/conf.c src/tokenizer.c src/utils.c src/string_util.c\ src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx \ + src/uri.c \ src/fd_util.c test_dump_text_file_LDADD = \ @@ -1075,6 +1076,7 @@ test_dump_text_file_SOURCES = test/dump_text_file.c \ src/conf.c src/tokenizer.c src/utils.c src/string_util.c\ src/Tag.cxx src/TagNames.c src/TagPool.cxx \ src/text_input_stream.c src/fifo_buffer.c \ + src/uri.c \ src/fd_util.c test_dump_playlist_LDADD = \ |