From 7bb3a302feeff37d14a2abb7c7316efa43f8dd5c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Mar 2012 23:10:02 +0200 Subject: build: Consistently handle conditional compilation for all optimization OBJS. --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index d781ced09e..7f2c36774e 100644 --- a/common.mak +++ b/common.mak @@ -5,7 +5,7 @@ # first so "all" becomes default target all: all-yes -OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) +include $(SRC_PATH)/arch.mak OBJS += $(OBJS-yes) FFLIBS := $(FFLIBS-yes) $(FFLIBS) -- cgit v1.2.3