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
pull/126/head
Charles Yates 16 years ago committed by Diego Biurrun
parent e6b9d588c1
commit b0dfd108fc
  1. 2
      configure

2
configure vendored

@ -2346,7 +2346,7 @@ fi
pkgconfig_generate(){
name=$1
shortname=${name#lib}
shortname=${name#lib}${build_suffix}
comment=$2
version=$3
libs=$4

Loading…
Cancel
Save