Commit f7e8ec65 authored by mru's avatar mru

set $logfile before use


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13178 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent de17e538
......@@ -1060,6 +1060,11 @@ for opt do
esac
done
disabled logging && logfile=/dev/null
echo "# $0 $@" > $logfile
set >> $logfile
cc="${cross_prefix}${cc}"
ar="${cross_prefix}${ar}"
nm="${cross_prefix}${nm}"
......@@ -1307,11 +1312,6 @@ esac
add_extralibs $osextralibs
disabled logging && logfile=/dev/null
echo "# $0 $@" > $logfile
set >> $logfile
# Combine FFLDFLAGS and the LDFLAGS environment variable.
LDFLAGS="$FFLDFLAGS $LDFLAGS"
......
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