Mercurial > mplayer.hg
changeset 28910:a4cee9518a50
Only compile fastmemcpybench on x86.
author | diego |
---|---|
date | Sat, 14 Mar 2009 15:56:16 +0000 |
parents | e9555bd1a9fb |
children | c64bcd03ab34 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Mar 14 12:32:28 2009 +0000 +++ b/Makefile Sat Mar 14 15:56:16 2009 +0000 @@ -986,10 +986,10 @@ 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