Move SRC_PATH out of the conditional, it is always added to config.mak.
Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
64018fd015
commit
8e955b13ff
4
configure
vendored
4
configure
vendored
@ -1890,10 +1890,8 @@ if test "$source_path_used" = "yes" ; then
|
|||||||
for f in $FILES ; do
|
for f in $FILES ; do
|
||||||
ln -sf "$source_path/$f" $f
|
ln -sf "$source_path/$f" $f
|
||||||
done
|
done
|
||||||
echo "SRC_PATH=$source_path" >> config.mak
|
|
||||||
else
|
|
||||||
echo "SRC_PATH=$source_path" >> config.mak
|
|
||||||
fi
|
fi
|
||||||
|
echo "SRC_PATH=$source_path" >> config.mak
|
||||||
|
|
||||||
if test "$amr_wb" = "yes" ; then
|
if test "$amr_wb" = "yes" ; then
|
||||||
echo "#define AMR_WB 1" >> $TMPH
|
echo "#define AMR_WB 1" >> $TMPH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user