summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-08 17:43:37 +0200
committerDiego Biurrun <diego@biurrun.de>2016-10-18 00:10:36 +0200
commitd32571626a2c36c026b7fa13d19ac4ed1aad75c9 (patch)
treeaaec02fa2af2edbe5537a2650b0ca1fe20d3049a /Makefile
parent58224dc5f3d4fea40a8d55cca87291a960c11622 (diff)
downloadffmpeg-streaming-d32571626a2c36c026b7fa13d19ac4ed1aad75c9.zip
ffmpeg-streaming-d32571626a2c36c026b7fa13d19ac4ed1aad75c9.tar.gz
build: Add VSX-OBJS to SUBDIR_VARS
The variable needs to be reset for each subdirectory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud