diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-02 23:39:23 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-03 14:53:21 +0100 |
commit | 58fc74005983fda6ea0a1e34f21f27827dad6a02 (patch) | |
tree | 8ac0128bcd63287c0968847ddbec578fbc2c4fd1 /Makefile | |
parent | 7f2885bbb7f28fd81595dc7e3ed7baa2baa42d5f (diff) | |
download | ffmpeg-58fc74005983fda6ea0a1e34f21f27827dad6a02.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |