set $logfile before use
Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
54dddf095c
commit
bcea99bb44
10
configure
vendored
10
configure
vendored
@ -1060,6 +1060,11 @@ for opt do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
disabled logging && logfile=/dev/null
|
||||||
|
|
||||||
|
echo "# $0 $@" > $logfile
|
||||||
|
set >> $logfile
|
||||||
|
|
||||||
cc="${cross_prefix}${cc}"
|
cc="${cross_prefix}${cc}"
|
||||||
ar="${cross_prefix}${ar}"
|
ar="${cross_prefix}${ar}"
|
||||||
nm="${cross_prefix}${nm}"
|
nm="${cross_prefix}${nm}"
|
||||||
@ -1307,11 +1312,6 @@ esac
|
|||||||
|
|
||||||
add_extralibs $osextralibs
|
add_extralibs $osextralibs
|
||||||
|
|
||||||
disabled logging && logfile=/dev/null
|
|
||||||
|
|
||||||
echo "# $0 $@" > $logfile
|
|
||||||
set >> $logfile
|
|
||||||
|
|
||||||
# Combine FFLDFLAGS and the LDFLAGS environment variable.
|
# Combine FFLDFLAGS and the LDFLAGS environment variable.
|
||||||
LDFLAGS="$FFLDFLAGS $LDFLAGS"
|
LDFLAGS="$FFLDFLAGS $LDFLAGS"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user