diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-21 22:18:24 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-22 22:33:16 +0200 |
commit | 12f241844510d4bf468b04c6edc995c1915ded8d (patch) | |
tree | 629a17c34464b21686bd845bb51ea7aa8b6f6d6a /Makefile.am | |
parent | ae8a2ab652403469b5f3ada69d0af47e6d8a85b1 (diff) |
input/buffered: proxy InputStream implementation which caches in a huge buffer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4f3a6229c..e328c37c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1392,6 +1392,7 @@ libinput_a_SOURCES = \ src/input/AsyncInputStream.cxx src/input/AsyncInputStream.hxx \ src/input/ProxyInputStream.cxx src/input/ProxyInputStream.hxx \ src/input/RewindInputStream.cxx src/input/RewindInputStream.hxx \ + src/input/BufferedInputStream.cxx src/input/BufferedInputStream.hxx \ src/input/plugins/FileInputPlugin.cxx src/input/plugins/FileInputPlugin.hxx libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \ |