Commit 87e8be6f authored by diego's avatar diego

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
parent 7e6a4c90
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment