# HG changeset patch # User reimar # Date 1394216967 0 # Node ID 590e9305f12c49bc58d581a31d2080ac125267b9 # Parent 1f4661a5495ea4c399767fe0c874cbcdc6b1645f configure: Fix unnecessary rebuilds. diff -r 1f4661a5495e -r 590e9305f12c configure --- a/configure Fri Mar 07 14:08:59 2014 +0000 +++ b/configure Fri Mar 07 18:29:27 2014 +0000 @@ -7099,7 +7099,7 @@ fi if test "$ffmpeg" = yes; then - touch config.h + test -e config.h || touch config.h header_check libavutil/x86/asm.h || die "libavutil/x86/asm.h header is required for shared FFmpeg" def_ffmpeg='#define CONFIG_FFMPEG 1' if test "$ffmpeg_a" = yes ; then