Commit 1bf75aec authored by Anatoly Nenashev's avatar Anatoly Nenashev Committed by Stefano Sabatini

Fix configure .pc files generation and make install when

--build-suffix is used.

Patch by Anatoly Nenashev ${surname}_as@mail.ru.

Originally committed as revision 24821 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent df4f1d51
......@@ -3217,7 +3217,7 @@ comment=$2
version=$3
libs=$4
requires=$5
enabled $shortname || return 0
enabled ${name#lib} || return 0
cat <<EOF > $name/$name.pc
prefix=$prefix
exec_prefix=\${prefix}
......
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