aboutsummaryrefslogtreecommitdiffstats
path: root/libavresample/x86/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-13 14:36:04 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-13 14:36:55 +0100
commit9ace154186d853f56f9e713c2fd67f92c851ec04 (patch)
treee6a7af05ed6262e91e92abc8c636f2085ac87ba4 /libavresample/x86/Makefile
parenta067445b45fbf4519daf5551c0cb588120ad27ba (diff)
parent99e20125232d40ea239a5b54d26bbfe526506114 (diff)
downloadffmpeg-9ace154186d853f56f9e713c2fd67f92c851ec04.tar.gz
Merge commit '99e20125232d40ea239a5b54d26bbfe526506114'
* commit '99e20125232d40ea239a5b54d26bbfe526506114': x86/arm: Add clobber tests to libavresample Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 2e8786fb90..0ca2d79045 100644
--- a/libavresample/x86/Makefile
+++ b/libavresample/x86/Makefile
@@ -2,6 +2,8 @@ OBJS += x86/audio_convert_init.o \
x86/audio_mix_init.o \
x86/dither_init.o \
+OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
+
YASM-OBJS += x86/audio_convert.o \
x86/audio_mix.o \
x86/dither.o \