Commit b0dfd108 authored by Charles Yates's avatar Charles Yates Committed by Diego Biurrun

Take build_suffix into account in pkg-config files.

patch by Charles Yates, charles.yates gmail com

Originally committed as revision 15858 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e6b9d588
......@@ -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