From 8f326a33eee8dc7eb5229774c013f07391bc5bde Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Jan 2010 23:25:43 +0100 Subject: test/run_convert: use fifo_buffer to adapt to odd sample sizes Ensure that the pcm_convert() length argument is aligned to the sample size. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c84362c0d..f9e6a86fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -929,6 +929,7 @@ test_run_normalize_LDADD = \ $(GLIB_LIBS) test_run_convert_SOURCES = test/run_convert.c \ + src/fifo_buffer.c \ src/audio_format.c \ src/audio_check.c \ src/audio_parser.c \ -- cgit v1.2.3