summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-16 09:08:19 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-16 09:08:19 +0000
commitcf1392e9f3a55c73cb7ea7fc48c3b25a9efa360b (patch)
treebdc7a1d8d0efa5fd959b8c9c6657b9a46d278a7e /configure
parent7f390307dbd8470dea5f9226eff22e8885763653 (diff)
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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 89872dab3c..4f2ad7a8aa 100755
--- a/configure
+++ b/configure
@@ -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