Commit 872bf87b authored by diego's avatar diego

Take build_suffix into account in pkg-config files.

patch by Charles Yates, charles.yates gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 19329c25
......@@ -2346,7 +2346,7 @@ fi
pkgconfig_generate(){
name=$1
shortname=${name#lib}
shortname=${name#lib}${build_suffix}
comment=$2
version=$3
libs=$4
......
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