mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
b95d44b6f4
commit
db671614cc
@ -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…
Reference in New Issue
Block a user