comparison Makefile @ 1010:6138233957fe libavutil

Clean up av_get_cpu_flag() Instead of defining functions in per-arch header files included by the main cpu.c, define them normally and call them from the generic one.
author mru
date Thu, 09 Sep 2010 18:51:45 +0000
parents 40b8596460af
children 7cfd5ddf993b
comparison
equal deleted inserted replaced
1009:40b8596460af 1010:6138233957fe
55 rc4.o \ 55 rc4.o \
56 sha.o \ 56 sha.o \
57 tree.o \ 57 tree.o \
58 utils.o \ 58 utils.o \
59 59
60 OBJS-$(ARCH_ARM) += arm/cpu.o
61 OBJS-$(ARCH_PPC) += ppc/cpu.o
62 OBJS-$(ARCH_X86) += x86/cpu.o
63
60 TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree 64 TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree
61 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo 65 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
62 66
63 DIRS = arm bfin sh4 x86 67 DIRS = arm bfin sh4 x86
64 68