OSDN Git Service

Replace .. by $(SRC_PATH), otherwise there might be problems with
authorDiego Biurrun <diego@biurrun.de>
Wed, 4 Oct 2006 13:47:30 +0000 (13:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 4 Oct 2006 13:47:30 +0000 (13:47 +0000)
out-of-tree builds.

Originally committed as revision 6553 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index ac570c1..03bc8b1 100644 (file)
@@ -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)