summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-06-15 22:12:23 +0000
committerMåns Rullgård <mans@mansr.com>2009-06-15 22:12:23 +0000
commit0c3b2d65861da7048f7f970dbf3be36db8fc1b0b (patch)
tree7d9941ecd6157326559d5139c9ccbc4427583df0 /Makefile
parentb04251c5d08b8310f88f77b68e77547d76128cc2 (diff)
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--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f3a8f1ec6..9ac1318af0 100644
--- a/Makefile
+++ b/Makefile
@@ -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