Skip to content

Commit

Permalink
Add "config" make target to rerun configure with old options
Browse files Browse the repository at this point in the history
Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
mansr committed Jun 15, 2009
1 parent b04251c commit 0c3b2d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 comments on commit 0c3b2d6

Please sign in to comment.