diff options
author | Måns Rullgård <mans@mansr.com> | 2009-06-15 22:12:23 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-06-15 22:12:23 +0000 |
commit | 0c3b2d65861da7048f7f970dbf3be36db8fc1b0b (patch) | |
tree | 7d9941ecd6157326559d5139c9ccbc4427583df0 /Makefile | |
parent | b04251c5d08b8310f88f77b68e77547d76128cc2 (diff) | |
download | ffmpeg-0c3b2d65861da7048f7f970dbf3be36db8fc1b0b.tar.gz |
Add "config" make target to rerun configure with old options
Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |