diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-27 23:10:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-12 09:00:49 +0200 |
commit | 7bb3a302feeff37d14a2abb7c7316efa43f8dd5c (patch) | |
tree | 6d7a6e40c54b8ed2c48f3f93e19a0be038429b6d /common.mak | |
parent | 2ef15b46e42647f6688d05abe2400fe008de5e0a (diff) | |
download | ffmpeg-7bb3a302feeff37d14a2abb7c7316efa43f8dd5c.tar.gz |
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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) |