build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
authorDiego Biurrun <diego@biurrun.de>
Thu, 2 Feb 2012 22:39:23 +0000 (23:39 +0100)
committerDiego Biurrun <diego@biurrun.de>
Fri, 3 Feb 2012 13:53:21 +0000 (14:53 +0100)
FFT code only appears in libavcodec, so there is no need to reset the variable
when the build templates are instantiated for other libraries.

Makefile

index 35912e5..006e35c 100644 (file)
--- 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