[MPlayer-cvslog] r28945 - trunk/Makefile

diego subversion at mplayerhq.hu
Sat Mar 14 16:56:16 CET 2009


Author: diego
Date: Sat Mar 14 16:56:16 2009
New Revision: 28945

Log:
Only compile fastmemcpybench on x86.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sat Mar 14 13:32:28 2009	(r28944)
+++ trunk/Makefile	Sat Mar 14 16:56:16 2009	(r28945)
@@ -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



More information about the MPlayer-cvslog mailing list