Take build_suffix into account in pkg-config files.
authorCharles Yates <charles.yates@pandora.be>
Mon, 17 Nov 2008 16:12:30 +0000 (16:12 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 17 Nov 2008 16:12:30 +0000 (16:12 +0000)
patch by Charles Yates, charles.yates gmail com

Originally committed as revision 15858 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index f9c9f49..0d3ed0f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2346,7 +2346,7 @@ fi
 
 pkgconfig_generate(){
 name=$1
-shortname=${name#lib}
+shortname=${name#lib}${build_suffix}
 comment=$2
 version=$3
 libs=$4