提交 a4848db6 编写于 作者: D Diego Biurrun

Make sure that install-progs has the proper dependencies when compiling

against shared libs.

Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b12f8273
......@@ -110,7 +110,11 @@ documentation:
install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
ifeq ($(BUILD_SHARED),yes)
install-progs: $(PROG) install-libs
else
install-progs: $(PROG)
endif
install -d "$(bindir)"
install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册