[MPlayer-cvslog] r33766 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jun 29 01:45:05 CEST 2011


Author: diego
Date: Wed Jun 29 01:45:05 2011
New Revision: 33766

Log:
build: touch ffmpeg/.config to avoid spurious warning messages.

Without this file the build system will wrongly complain about allcodecs.c
et al. being younger than config.h and asking for configure to be re-run.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun 29 01:45:03 2011	(r33765)
+++ trunk/configure	Wed Jun 29 01:45:05 2011	(r33766)
@@ -8782,6 +8782,7 @@ EOF
 cat > ffmpeg/config.h << EOF
 #include "../config.h"
 EOF
+touch ffmpeg/.config
 
 #############################################################################
 


More information about the MPlayer-cvslog mailing list