summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-02-02 11:48:13 -0800
committerRonald S. Bultje <rsbultje@gmail.com>2012-02-02 12:00:48 -0800
commit7e4d9d5d456916f51cb40ef646fad5b0a467f4b1 (patch)
treea03a9432b4a55cbc90f09ad900de72cb7f43124f /libavcodec/x86/Makefile
parent89415b8e3fb83d67fdc518323cc364aa74ec2af2 (diff)
win64: add a XMM clobber test configure option.
This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 930ace78c4..fc88433783 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -74,3 +74,4 @@ OBJS-$(HAVE_MMX) += x86/dsputil_mmx.o \
x86/mpegvideo_mmx.o \
x86/simple_idct_mmx.o \
+OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o