Browse Source

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
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
db671614cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common.mak

+ 1
- 1
common.mak View 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)



Loading…
Cancel
Save