[FFmpeg-cvslog] r24373 - trunk/configure
mru
subversion
Tue Jul 20 21:42:36 CEST 2010
Author: mru
Date: Tue Jul 20 21:42:35 2010
New Revision: 24373
Log:
configure: create .config file where I intended
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jul 20 21:05:44 2010 (r24372)
+++ trunk/configure Tue Jul 20 21:42:35 2010 (r24373)
@@ -3142,6 +3142,7 @@ echo "endif # FFMPEG_CONFIG_MAK" >> conf
# Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
cp_if_changed $TMPH config.h
+touch .config
cat > $TMPH <<EOF
/* Generated by ffconf */
@@ -3154,7 +3155,6 @@ print_config AV_HAVE_ $TMPH /dev/null $H
echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
cp_if_changed $TMPH libavutil/avconfig.h
-touch .config
test -n "$WARNINGS" && printf "\n$WARNINGS"
More information about the ffmpeg-cvslog
mailing list