[FFmpeg-cvslog] build: Ensure that output directories for header objects are created

Diego Biurrun git at videolan.org
Wed Feb 20 11:58:55 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Feb 20 00:15:15 2013 +0100| [8a11ce43d08352f7a290355ebb5b29c495ad9609] | committer: Diego Biurrun

build: Ensure that output directories for header objects are created

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a11ce43d08352f7a290355ebb5b29c495ad9609
---

 common.mak |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common.mak b/common.mak
index 5d80986..b134835 100644
--- a/common.mak
+++ b/common.mak
@@ -43,11 +43,12 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o
 	$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $< $(HOSTLIBS)
 
 $(OBJS):     | $(sort $(dir $(OBJS)))
+$(HOBJS):    | $(sort $(dir $(HOBJS)))
 $(HOSTOBJS): | $(sort $(dir $(HOSTOBJS)))
 $(TESTOBJS): | $(sort $(dir $(TESTOBJS)))
 $(TOOLOBJS): | tools
 
-OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOSTOBJS) $(TESTOBJS))
+OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS))
 
 CLEANSUFFIXES     = *.d *.o *~ *.h.c *.map *.ver
 DISTCLEANSUFFIXES = *.pc



More information about the ffmpeg-cvslog mailing list