Commit e99ffbfa authored by diego's avatar diego

Do not add quotes around SRC_PATH, the quoting has to be done at a later

stage else the quotes may appear in the middle of a path if it is
constructed with SRC_PATH.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5010 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da5c8660
......@@ -1892,7 +1892,7 @@ if test "$source_path_used" = "yes" ; then
done
echo "SRC_PATH=$source_path" >> config.mak
else
echo "SRC_PATH='$source_path'" >> config.mak
echo "SRC_PATH=$source_path" >> config.mak
fi
if test "$amr_wb" = "yes" ; then
......
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