mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-23 19:37:42 +00:00
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
This commit is contained in:
parent
7f390307db
commit
cf1392e9f3
4
configure
vendored
4
configure
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user