From 9275438a19c02264762d550a077bbf83acd63f3f Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 9 Sep 2010 18:51:45 +0000 Subject: 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. Originally committed as revision 25084 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 545e1c23aa..22b5452f55 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -57,6 +57,10 @@ OBJS = adler32.o \ tree.o \ utils.o \ +OBJS-$(ARCH_ARM) += arm/cpu.o +OBJS-$(ARCH_PPC) += ppc/cpu.o +OBJS-$(ARCH_X86) += x86/cpu.o + TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo -- cgit v1.2.3