From 99e20125232d40ea239a5b54d26bbfe526506114 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 11 Jan 2014 22:43:26 +0200 Subject: x86/arm: Add clobber tests to libavresample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavresample/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavresample/x86/Makefile') 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 \ -- cgit v1.2.3