[MPlayer-cvslog] r36982 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Mar 7 19:29:27 CET 2014


Author: reimar
Date: Fri Mar  7 19:29:27 2014
New Revision: 36982

Log:
configure: Fix unnecessary rebuilds.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Mar  7 15:08:59 2014	(r36981)
+++ trunk/configure	Fri Mar  7 19:29:27 2014	(r36982)
@@ -7099,7 +7099,7 @@ if test "$ffmpeg_so" = auto ; then
 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


More information about the MPlayer-cvslog mailing list