changeset 33678:02cc94c80367

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.
author diego
date Tue, 28 Jun 2011 23:45:05 +0000
parents 41061dfd72d4
children 2d3199623440
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 28 23:45:03 2011 +0000
+++ b/configure	Tue Jun 28 23:45:05 2011 +0000
@@ -8782,6 +8782,7 @@
 cat > ffmpeg/config.h << EOF
 #include "../config.h"
 EOF
+touch ffmpeg/.config
 
 #############################################################################