diff options
author | Max Kellermann <max@duempel.org> | 2012-03-21 20:55:18 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-21 21:18:11 +0100 |
commit | 9ec9a8705e667280a69abf8f963db8e4ec8f4cd2 (patch) | |
tree | 166fdff7360a8e72c43a160522959c34df147fc5 /Makefile.am | |
parent | 170635e3a6fbbdb2274f6ecd164c2c363d4e80b4 (diff) | |
download | mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.gz mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.xz mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.zip |
pcm_export: use the byte_reverse library directly
Delete the now-unused pcm_byteswap library, and optimize the
pcm_export_state object.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8a014f13e..ecfb27de2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -405,7 +405,6 @@ libpcm_a_SOURCES = \ src/pcm_dsd.c src/pcm_dsd.h \ src/pcm_volume.c src/pcm_volume.h \ src/pcm_mix.c src/pcm_mix.h \ - src/pcm_byteswap.c src/pcm_byteswap.h \ src/pcm_channels.c src/pcm_channels.h \ src/pcm_pack.c src/pcm_pack.h \ src/pcm_format.c src/pcm_format.h \ @@ -1277,7 +1276,6 @@ test_test_pcm_SOURCES = \ test/test_pcm_dither.c \ test/test_pcm_pack.c \ test/test_pcm_channels.c \ - test/test_pcm_byteswap.c \ test/test_pcm_all.h \ test/test_pcm_main.c test_test_pcm_LDADD = \ |