diff options
author | Martin Storsjö <martin@martin.st> | 2014-01-11 22:43:26 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-01-13 14:13:27 +0200 |
commit | 99e20125232d40ea239a5b54d26bbfe526506114 (patch) | |
tree | ac0e629837806e33e67219dacf8488c08c520377 /libavresample/x86/Makefile | |
parent | 49b9badcaab513b65b79be371b1a9c1012e482ea (diff) | |
download | ffmpeg-99e20125232d40ea239a5b54d26bbfe526506114.tar.gz |
x86/arm: Add clobber tests to libavresample
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavresample/x86/Makefile')
-rw-r--r-- | libavresample/x86/Makefile | 2 |
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 \ |