[Ffmpeg-cvslog] r6553 - trunk/common.mak

Måns Rullgård mru
Wed Oct 4 17:41:18 CEST 2006


diego said:
> Author: diego
> Date: Wed Oct  4 15:47:30 2006
> New Revision: 6553
>
> Modified:
>    trunk/common.mak
>
> Log:
> Replace .. by $(SRC_PATH), otherwise there might be problems with
> out-of-tree builds.
>
>
> Modified: trunk/common.mak
> ==============================================================================
> --- 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.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-cvslog mailing list