From b2fe6756e34d1316d0fa799e8a5ace993059c407 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Wed, 31 Oct 2012 15:40:12 -0400 Subject: lavr: add option for dithering during sample format conversion to s16 --- libavresample/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavresample/Makefile') diff --git a/libavresample/Makefile b/libavresample/Makefile index c0c20a900a..68052802ed 100644 --- a/libavresample/Makefile +++ b/libavresample/Makefile @@ -8,6 +8,7 @@ OBJS = audio_convert.o \ audio_data.o \ audio_mix.o \ audio_mix_matrix.o \ + dither.o \ options.o \ resample.o \ utils.o \ -- cgit v1.2.3