[Ffmpeg-cvslog] r6553 - trunk/common.mak
Diego Biurrun
diego
Wed Oct 4 18:14:26 CEST 2006
On Wed, Oct 04, 2006 at 04:41:18PM +0100, M?ns Rullg?rd wrote:
>
> diego said:
> >
> > Log:
> > Replace .. by $(SRC_PATH), otherwise there might be problems with
> > out-of-tree builds.
> >
> > --- trunk/common.mak (original)
> > +++ trunk/common.mak Wed Oct 4 15:47:30 2006
> > @@ -10,7 +10,7 @@
> > STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
> > SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
> >
> > -EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
> > +EXTRALIBS := -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
>
> This looks wrong. The libraries will be in the *build* tree, not the source
> tree.
Yes, it is wrong and breaks out-of-tree builds. Thanks for noticing,
fixed.
Diego
More information about the ffmpeg-cvslog
mailing list