mirror of https://github.com/mpv-player/mpv
Only compile fastmemcpybench on x86.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28945 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc4e834998
commit
36910ebe97
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue