Skip to content
Snippets Groups Projects
Commit 0c3b2d65 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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

Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b04251c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment