1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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:
Charles Yates 2008-11-17 16:12:30 +00:00 committed by Diego Biurrun
parent e6b9d588c1
commit b0dfd108fc

2
configure vendored
View File

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