summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-14 15:56:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-14 15:56:16 +0000
commit36910ebe97379b558529a53be00c6710465ef990 (patch)
tree53b32d6c970247088dee5d421c1a8132f3217c0a /Makefile
parentbc4e834998995f37216b3d52f6d974409fc3e455 (diff)
downloadmpv-36910ebe97379b558529a53be00c6710465ef990.tar.bz2
mpv-36910ebe97379b558529a53be00c6710465ef990.tar.xz
Only compile fastmemcpybench on x86.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index feef5aba60..d14a54d750 100644
--- a/Makefile
+++ b/Makefile
@@ -986,10 +986,10 @@ tests: $(addsuffix $(EXESUF),$(TESTS))
testsclean:
-rm -f $(foreach file,$(TESTS),$(call ADD_ALL_EXESUFS,$(file)))
-TOOLS = $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 fastmemcpybench movinfo netstream subrip vivodump)
+TOOLS = $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump)
ifdef ARCH_X86
-TOOLS += TOOLS/modify_reg
+TOOLS += TOOLS/fastmemcpybench TOOLS/modify_reg
endif
ALLTOOLS = $(TOOLS) TOOLS/bmovl-test TOOLS/vfw2menc