forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
e6b9d588c1
commit
b0dfd108fc
1 changed files with 1 additions and 1 deletions
2
configure
vendored
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…
Add table
Reference in a new issue