mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
build: add HOSTOBJS to SUBDIR_VARS list
Even though HOSTOBJS are not referenced directly in subdirectory Makefile snippets right now, robustness requires resetting the variable contents.
This commit is contained in:
parent
f69f4036f8
commit
24d3796d21
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
|
|||||||
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
|
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
|
||||||
MMI-OBJS ALTIVEC-OBJS VIS-OBJS \
|
MMI-OBJS ALTIVEC-OBJS VIS-OBJS \
|
||||||
MMX-OBJS YASM-OBJS \
|
MMX-OBJS YASM-OBJS \
|
||||||
OBJS TESTOBJS
|
OBJS HOSTOBJS TESTOBJS
|
||||||
|
|
||||||
define RESET
|
define RESET
|
||||||
$(1) :=
|
$(1) :=
|
||||||
|
Loading…
Reference in New Issue
Block a user