summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-02 23:39:23 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-03 14:53:21 +0100
commit58fc74005983fda6ea0a1e34f21f27827dad6a02 (patch)
tree8ac0128bcd63287c0968847ddbec578fbc2c4fd1 /Makefile
parent7f2885bbb7f28fd81595dc7e3ed7baa2baa42d5f (diff)
build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
FFT code only appears in libavcodec, so there is no need to reset the variable when the build templates are instantiated for other libraries.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35912e55f3..006e35cce6 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ config.h: .config
@-tput sgr0 2>/dev/null
SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \
- ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS-FFT YASM-OBJS \
+ ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS \
HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS
define RESET