mirror of https://git.ffmpeg.org/ffmpeg.git
Add "config" make target to rerun configure with old options
Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b04251c5d0
commit
0c3b2d6586
5
Makefile
5
Makefile
|
@ -129,6 +129,9 @@ distclean::
|
||||||
rm -f $(DISTCLEANSUFFIXES)
|
rm -f $(DISTCLEANSUFFIXES)
|
||||||
rm -f version.h config.*
|
rm -f version.h config.*
|
||||||
|
|
||||||
|
config:
|
||||||
|
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
|
||||||
|
|
||||||
# regression tests
|
# regression tests
|
||||||
|
|
||||||
check: test checkheaders
|
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)
|
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: documentation *test regtest-* zlib-error alltools check
|
.PHONY: documentation *test regtest-* zlib-error alltools check config
|
||||||
|
|
Loading…
Reference in New Issue