[FFmpeg-cvslog] r11537 - trunk/configure

diego subversion
Wed Jan 16 10:08:19 CET 2008


Author: diego
Date: Wed Jan 16 10:08:19 2008
New Revision: 11537

Log:
Move "Creating config.mak and config.h..." message down to the point where
those two files are actually created.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jan 16 10:08:19 2008
@@ -1931,12 +1931,12 @@ for type in decoder encoder parser demux
     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




More information about the ffmpeg-cvslog mailing list