From db671614cce86d6ba7eaacb774569b7dc7656ec7 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 4 Oct 2006 13:47:30 +0000
Subject: [PATCH] Replace .. by $(SRC_PATH), otherwise there might be problems
 with out-of-tree builds.

Originally committed as revision 6553 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 common.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mak b/common.mak
index ac570c1f51e..03bc8b1a59b 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)
 
-- 
GitLab