Commit 8f3f0ab9 authored by diego's avatar diego

Move SRC_PATH out of the conditional, it is always added to config.mak.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5011 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e99ffbfa
...@@ -1890,10 +1890,8 @@ if test "$source_path_used" = "yes" ; then ...@@ -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
......
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