diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 18:51:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 18:53:24 +0200 |
commit | 953e3190caa218dfce46dca69a2d110bc4a52e84 (patch) | |
tree | 5075fb2f9ae7c114751e3bf59e693101400a6256 /Makefile.am | |
parent | 44a0e21795dcbd94d45ff143123f8b085754ea81 (diff) | |
download | mpd-953e3190caa218dfce46dca69a2d110bc4a52e84.tar.gz mpd-953e3190caa218dfce46dca69a2d110bc4a52e84.tar.xz mpd-953e3190caa218dfce46dca69a2d110bc4a52e84.zip |
encoder/lame: use ReusableBuffer instead of AllocatedArray
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 00e9f6db5..667497d44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,7 +262,6 @@ endif libutil_a_SOURCES = \ src/util/ReusableArray.hxx \ - src/util/AllocatedArray.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ src/util/Tokenizer.cxx src/util/Tokenizer.hxx \ src/util/UriUtil.cxx src/util/UriUtil.hxx \ |