diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-31 15:40:12 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-19 18:52:54 -0500 |
commit | b2fe6756e34d1316d0fa799e8a5ace993059c407 (patch) | |
tree | 0fc8dea25140a8af90cdfb96af5b5d8f97560ab7 /libavresample/Makefile | |
parent | 582368626188c070d4300913c6da5efa4c24cfb2 (diff) | |
download | ffmpeg-b2fe6756e34d1316d0fa799e8a5ace993059c407.tar.gz |
lavr: add option for dithering during sample format conversion to s16
Diffstat (limited to 'libavresample/Makefile')
-rw-r--r-- | libavresample/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |