Commit fc4c9ae0 authored by diego's avatar diego

Move "Creating config.mak and config.h..." message down to the point where

those two files are actually created.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dffe9d6a
...@@ -1931,12 +1931,12 @@ for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do ...@@ -1931,12 +1931,12 @@ for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do
echo $partlist echo $partlist
done done
echo "Creating config.mak and config.h..."
enabled gpl && enabled gpl &&
echo "License: GPL" || echo "License: GPL" ||
echo "License: LGPL" 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!" > config.mak
echo "/* Automatically generated by configure - do not modify! */" > $TMPH echo "/* Automatically generated by configure - do not modify! */" > $TMPH
echo "#ifndef FFMPEG_CONFIG_H" >> $TMPH echo "#ifndef FFMPEG_CONFIG_H" >> $TMPH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment