[MPlayer-cvslog] r36977 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Mar 5 19:42:10 CET 2014


Author: reimar
Date: Wed Mar  5 19:42:10 2014
New Revision: 36977

Log:
Fix configure on a clean checkout.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Mar  5 19:33:20 2014	(r36976)
+++ trunk/configure	Wed Mar  5 19:42:10 2014	(r36977)
@@ -7098,6 +7098,7 @@ if test "$ffmpeg_so" = auto ; then
 fi
 
 if test "$ffmpeg" = yes; then
+  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