[MPlayer-cvslog] CVS: main/TOOLS Makefile,1.6,1.7

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Nov 18 17:09:00 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv144

Modified Files:
	Makefile 
Log Message:
fastmemcpybench and cpuinfo are x86-specific.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	23 Aug 2005 18:03:23 -0000	1.6
+++ Makefile	18 Nov 2005 16:08:58 -0000	1.7
@@ -7,17 +7,19 @@
 	avi-fix \
 	avisubdump \
 	bios2dump \
-	cpuinfo \
 	dump_mp4 \
 	mem2dump \
 	movinfo \
 	png2raw \
 	subrip \
-	fastmemcpybench \
 	vivodump \
 	302m_convert \
 	360m_convert \
 
+ifeq ($(TARGET_ARCH_X86),yes)
+OBJS += cpuinfo fastmemcpybench
+endif
+
 all: $(OBJS)
 
 png2raw: png2raw.c




More information about the MPlayer-cvslog mailing list