Module: libav Branch: master Commit: 58fc74005983fda6ea0a1e34f21f27827dad6a02
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Feb 2 23:39:23 2012 +0100 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 35912e5..006e35c 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
