[FFmpeg-cvslog] r19202 - trunk/Makefile
mru
subversion
Tue Jun 16 00:12:23 CEST 2009
Author: mru
Date: Tue Jun 16 00:12:23 2009
New Revision: 19202
Log:
Add "config" make target to rerun configure with old options
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Tue Jun 16 00:12:21 2009 (r19201)
+++ trunk/Makefile Tue Jun 16 00:12:23 2009 (r19202)
@@ -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_tes
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: documentation *test regtest-* zlib-error alltools check
+.PHONY: documentation *test regtest-* zlib-error alltools check config
More information about the ffmpeg-cvslog
mailing list