提交 0c3b2d65 编写于 作者: M Måns Rullgård

Add "config" make target to rerun configure with old options

Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b04251c5
......@@ -129,6 +129,9 @@ distclean::
rm -f $(DISTCLEANSUFFIXES)
rm -f version.h config.*
config:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
# regression tests
check: test checkheaders
......@@ -305,4 +308,4 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
.PHONY: documentation *test regtest-* zlib-error alltools check
.PHONY: documentation *test regtest-* zlib-error alltools check config
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册