mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 22:02:59 +00:00
fastmemcpybench and cpuinfo are x86-specific.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17016 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a044876adf
commit
f2b0e34b6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user