mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-03 14:36:45 +08: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:
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) :=
|
||||||
|
Reference in New Issue
Block a user