summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-18 16:08:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-18 16:08:58 +0000
commitf2b0e34b6ff74e2e580a1a0bb769d3aeb342fbe2 (patch)
tree51cbcf09f2bb9c833ba19e934ca975d3ee2a7d9a /TOOLS
parenta044876adfe88cb63bdb313f5d1894e158f4e8ad (diff)
downloadmpv-f2b0e34b6ff74e2e580a1a0bb769d3aeb342fbe2.tar.bz2
mpv-f2b0e34b6ff74e2e580a1a0bb769d3aeb342fbe2.tar.xz
fastmemcpybench and cpuinfo are x86-specific.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17016 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index ee3bd3d058..888f787edb 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -7,17 +7,19 @@ OBJS = alaw-gen \
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