[FFmpeg-cvslog] build: add HOSTOBJS to SUBDIR_VARS list
Diego Biurrun
git at videolan.org
Fri Aug 10 04:52:03 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Aug 8 15:41:36 2012 +0200| [24d3796d218ed160fce767b1489115cb7e514867] | committer: Diego Biurrun
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24d3796d218ed160fce767b1489115cb7e514867
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7d4ca8f..d2aed23 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
MMI-OBJS ALTIVEC-OBJS VIS-OBJS \
MMX-OBJS YASM-OBJS \
- OBJS TESTOBJS
+ OBJS HOSTOBJS TESTOBJS
define RESET
$(1) :=
More information about the ffmpeg-cvslog
mailing list