From: diego Date: Wed, 4 Oct 2006 13:47:30 +0000 (+0000) Subject: Replace .. by $(SRC_PATH), otherwise there might be problems with X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/87e8be6fd15475585ca5064fb7db255d7d6d2025 Replace .. by $(SRC_PATH), otherwise there might be problems with out-of-tree builds. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/common.mak b/common.mak index ac570c1f5..03bc8b1a5 100644 --- a/common.mak +++ b/common.mak @@ -10,7 +10,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) STATIC_OBJS := $(OBJS) $(STATIC_OBJS) SHARED_OBJS := $(OBJS) $(SHARED_OBJS) -EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) +EXTRALIBS := -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) all: $(EXTRADEPS) $(LIB) $(SLIBNAME)