diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-16 09:08:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-16 09:08:19 +0000 |
commit | cf1392e9f3a55c73cb7ea7fc48c3b25a9efa360b (patch) | |
tree | bdc7a1d8d0efa5fd959b8c9c6657b9a46d278a7e /configure | |
parent | 7f390307dbd8470dea5f9226eff22e8885763653 (diff) | |
download | ffmpeg-cf1392e9f3a55c73cb7ea7fc48c3b25a9efa360b.tar.gz |
Move "Creating config.mak and config.h..." message down to the point where
those two files are actually created.
Originally committed as revision 11537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1931,12 +1931,12 @@ for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do echo $partlist done -echo "Creating config.mak and config.h..." - enabled gpl && echo "License: GPL" || echo "License: LGPL" +echo "Creating config.mak and config.h..." + echo "# Automatically generated by configure - do not modify!" > config.mak echo "/* Automatically generated by configure - do not modify! */" > $TMPH echo "#ifndef FFMPEG_CONFIG_H" >> $TMPH |