Commit c51fafa1 authored by Måns Rullgård's avatar Måns Rullgård

configure: accept $TMP as location for temporary files

Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a49d42c2
......@@ -1279,6 +1279,7 @@ set_default host_cc
# set temporary file name
: ${TMPDIR:=$TEMPDIR}
: ${TMPDIR:=$TMP}
: ${TMPDIR:=/tmp}
TMPC="${TMPDIR}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment