diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2004-10-11 19:50:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-11 19:50:50 +0000 |
commit | f255e0abfc53855dcb645640c0078547c04a6f1e (patch) | |
tree | 717553d0fb33768327f44305a24e84638b738ca6 /Makefile | |
parent | eb497825fea89ca6c077ae883c33431bb88a32d7 (diff) | |
download | ffmpeg-f255e0abfc53855dcb645640c0078547c04a6f1e.tar.gz |
config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ clean: $(CLEANVHOOK) clean-vhook: $(MAKE) -C vhook clean +# Note well: config.log is NOT removed. distclean: clean $(MAKE) -C libavcodec distclean rm -f config.mak config.h |