From 3dba09f339407716a20054b34e043e47470c645f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Mar 2012 19:09:22 +0100 Subject: output/alsa: always receive host byte order samples Don't use audio_format.reverse_endian. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3115ceb08..7a59cb6a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1201,6 +1201,7 @@ test_run_output_LDADD = $(MPD_LIBS) \ $(ENCODER_LIBS) \ libmixer_plugins.a \ $(FILTER_LIBS) \ + libutil.a \ $(GLIB_LIBS) test_run_output_SOURCES = test/run_output.c \ test/stdbin.h \ -- cgit v1.2.3