summaryrefslogtreecommitdiff
path: root/libavresample/x86/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-10-31 15:40:12 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2013-01-08 14:52:43 -0500
commit1fb8f6a44f06e48386450fe0363aefc02583d24a (patch)
tree10646418de90866bc7b3393b2c6a04107ddba4da /libavresample/x86/Makefile
parent142c39097c306d84624107070622f78c61981fc6 (diff)
x86: lavr: add SSE2 quantize() for dithering
Diffstat (limited to 'libavresample/x86/Makefile')
-rw-r--r--libavresample/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
index 65bed899ba..2e8786fb90 100644
--- a/libavresample/x86/Makefile
+++ b/libavresample/x86/Makefile
@@ -1,5 +1,7 @@
OBJS += x86/audio_convert_init.o \
x86/audio_mix_init.o \
+ x86/dither_init.o \
YASM-OBJS += x86/audio_convert.o \
x86/audio_mix.o \
+ x86/dither.o \