Commit a1a43286 authored by mru's avatar mru

configure: accept $TMP as location for temporary files

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff9dd45a
...@@ -1279,6 +1279,7 @@ set_default host_cc ...@@ -1279,6 +1279,7 @@ set_default host_cc
# set temporary file name # set temporary file name
: ${TMPDIR:=$TEMPDIR} : ${TMPDIR:=$TEMPDIR}
: ${TMPDIR:=$TMP}
: ${TMPDIR:=/tmp} : ${TMPDIR:=/tmp}
TMPC="${TMPDIR}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c" 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