[FFmpeg-cvslog] build: Add VSX-OBJS to SUBDIR_VARS
Diego Biurrun
git at videolan.org
Thu Mar 23 23:21:09 EET 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Oct 8 17:43:37 2016 +0200| [d32571626a2c36c026b7fa13d19ac4ed1aad75c9] | committer: Diego Biurrun
build: Add VSX-OBJS to SUBDIR_VARS
The variable needs to be reset for each subdirectory.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d32571626a2c36c026b7fa13d19ac4ed1aad75c9
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 52cb0bd..34f0c9c 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ config.h: .config
SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
- ALTIVEC-OBJS MMX-OBJS YASM-OBJS \
+ ALTIVEC-OBJS VSX-OBJS MMX-OBJS YASM-OBJS \
OBJS HOSTOBJS TESTOBJS
define RESET
More information about the ffmpeg-cvslog
mailing list