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. --- test/test_pcm_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_pcm_main.c') diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c index 4e64b443f..7047b5251 100644 --- a/test/test_pcm_main.c +++ b/test/test_pcm_main.c @@ -32,8 +32,6 @@ main(int argc, char **argv) g_test_add_func("/pcm/pack/unpack24", test_pcm_unpack_24); g_test_add_func("/pcm/channels/16", test_pcm_channels_16); g_test_add_func("/pcm/channels/32", test_pcm_channels_32); - g_test_add_func("/pcm/byteswap/16", test_pcm_byteswap_16); - g_test_add_func("/pcm/byteswap/32", test_pcm_byteswap_32); g_test_run(); } -- cgit v1.2.3