From 58fc74005983fda6ea0a1e34f21f27827dad6a02 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 2 Feb 2012 23:39:23 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3