diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-10-08 17:43:37 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-10-18 00:10:36 +0200 |
commit | d32571626a2c36c026b7fa13d19ac4ed1aad75c9 (patch) | |
tree | aaec02fa2af2edbe5537a2650b0ca1fe20d3049a | |
parent | 58224dc5f3d4fea40a8d55cca87291a960c11622 (diff) | |
download | ffmpeg-d32571626a2c36c026b7fa13d19ac4ed1aad75c9.tar.gz |
build: Add VSX-OBJS to SUBDIR_VARS
The variable needs to be reset for each subdirectory.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |