From a0141dbe4f868413d78c94737846279124415479 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Jan 2009 14:51:47 +0100 Subject: pcm_utils: use the custom PRNG for volume dithering Don't use libc's rand() function, because it is slow. Our own trivial linear congruential generator is good enough for dithering. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ad4ad99f3..0699be50e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ mpd_headers = \ pcm_channels.h \ pcm_resample.h \ pcm_dither.h \ + pcm_prng.h \ permission.h \ player_thread.h \ player_control.h \ -- cgit v1.2.3