From baaab6069a261354a1c9470f3185686ad85166c6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Feb 2012 19:16:44 +0100 Subject: build: Move all arch OBJS declarations into arch subdirectory Makefiles. --- libavutil/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index a73fb79d0f..820abb1429 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -72,9 +72,6 @@ OBJS = adler32.o \ tree.o \ utils.o \ -OBJS-$(ARCH_PPC) += ppc/cpu.o -OBJS-$(ARCH_X86) += x86/cpu.o - TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \ md5 opt parseutils sha tree -- cgit v1.2.3