Commit 1832faf1 authored by diego's avatar diego

Libraries are created in the build tree, not in the source tree.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f11c466
......@@ -10,7 +10,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
EXTRALIBS := -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
EXTRALIBS := -L$(BUILD_ROOT)/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