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 /Makefile | |
parent | 2ef15b46e42647f6688d05abe2400fe008de5e0a (diff) | |
download | ffmpeg-7bb3a302feeff37d14a2abb7c7316efa43f8dd5c.tar.gz |
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |