From 9ec9a8705e667280a69abf8f963db8e4ec8f4cd2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Mar 2012 20:55:18 +0100 Subject: pcm_export: use the byte_reverse library directly Delete the now-unused pcm_byteswap library, and optimize the pcm_export_state object. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.3