Mercurial > mplayer.hg
changeset 17015:91d141ec88bb
fastmemcpybench and cpuinfo are x86-specific.
author | diego |
---|---|
date | Fri, 18 Nov 2005 16:08:58 +0000 |
parents | c304e5836276 |
children | 6c0880c78287 |
files | TOOLS/Makefile |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/Makefile Fri Nov 18 14:57:15 2005 +0000 +++ b/TOOLS/Makefile Fri Nov 18 16:08:58 2005 +0000 @@ -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