9 Aug 2012 05:09
checkheaders: Rename HEADEROBJS to HOBJS
jamal <git <at> videolan.org>
2012-08-09 03:09:36 GMT
2012-08-09 03:09:36 GMT
ffmpeg | branch: master | jamal <jamrial <at> gmail.com> | Wed Aug 8 23:56:20 2012 -0300| [5d8e54fe1ded58cd2d76c112041f5202ce762aef] | committer: Michael Niedermayer checkheaders: Rename HEADEROBJS to HOBJS Signed-off-by: Michael Niedermayer <michaelni <at> gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d8e54fe1ded58cd2d76c112041f5202ce762aef --- common.mak | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common.mak b/common.mak index 43935e7..ef3305b 100644 --- a/common.mak +++ b/common.mak <at> <at> -111,13 +111,13 <at> <at> $(HOSTOBJS): %.o: %.c $(HOSTPROGS): %$(HOSTEXESUF): %.o $(HOSTCC) $(HOSTLDFLAGS) -o $ <at> $< $(HOSTLIBS) -$(OBJS): | $(sort $(dir $(OBJS))) -$(HOSTOBJS): | $(sort $(dir $(HOSTOBJS))) -$(TESTOBJS): | $(sort $(dir $(TESTOBJS))) -$(HEADEROBJS): | $(sort $(dir $(HEADEROBJS))) -$(TOOLOBJS): | tools +$(OBJS): | $(sort $(dir $(OBJS))) +$(HOSTOBJS): | $(sort $(dir $(HOSTOBJS))) +$(TESTOBJS): | $(sort $(dir $(TESTOBJS))) +$(HOBJS): | $(sort $(dir $(HOBJS)))(Continue reading)
RSS Feed