ffmpeg | branch: master | Diego Biurrun <[email protected]> | 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
