Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-28 01:10:02 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-12 11:00:49 +0400
commit7bb3a302feeff37d14a2abb7c7316efa43f8dd5c (patch)
tree6d7a6e40c54b8ed2c48f3f93e19a0be038429b6d /Makefile
parent2ef15b46e42647f6688d05abe2400fe008de5e0a (diff)
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5f8ad86aa..2d9e4353a0 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,8 @@ config.h: .config
SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
- ALTIVEC-OBJS ARMV6-OBJS MMX-OBJS NEON-OBJS YASM-OBJS \
+ ALTIVEC-OBJS ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS MMI-OBJS \
+ MMX-OBJS NEON-OBJS VIS-OBJS YASM-OBJS \
OBJS TESTOBJS
define RESET