[FFmpeg-cvslog] r12574 - trunk/configure
diego
subversion
Tue Mar 25 10:24:55 CET 2008
Author: diego
Date: Tue Mar 25 10:24:55 2008
New Revision: 12574
Log:
Add OS-specific executable suffix to temporary executable name.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Mar 25 10:24:55 2008
@@ -1299,7 +1299,7 @@ fi
TMPC="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
TMPO="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.o"
-TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}"
+TMPE="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}${EXESUF}"
TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
More information about the ffmpeg-cvslog
mailing list