[MPlayer-cvslog] r35464 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Nov 23 21:33:22 CET 2012


Author: reimar
Date: Fri Nov 23 21:33:22 2012
New Revision: 35464

Log:
Fix auto-detection of MinGW as compile target.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Nov 23 20:26:01 2012	(r35463)
+++ trunk/configure	Fri Nov 23 21:33:22 2012	(r35464)
@@ -1509,6 +1509,8 @@ TMPC="$mplayer_tmpdir/tmp.c"
 TMPCPP="$mplayer_tmpdir/tmp.cpp"
 TMPH="$mplayer_tmpdir/tmp.h"
 TMPS="$mplayer_tmpdir/tmp.S"
+# We will update this later once we know the executable suffix
+TMPEXE="$mplayer_tmpdir/tmp"
 
 rm -f "$TMPLOG"
 echo configuration: $configuration > "$TMPLOG"


More information about the MPlayer-cvslog mailing list