diff options
author | Charles Yates <charles.yates@pandora.be> | 2008-11-17 16:12:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-11-17 16:12:30 +0000 |
commit | b0dfd108fc63a4b528a74c0f1303c332fbde8ec8 (patch) | |
tree | b3de6631fb267d659f1fff49f2f77ad60dc7b867 | |
parent | e6b9d588c160ca2cd6e2a6088f9c0a5f0e3ad8f0 (diff) | |
download | ffmpeg-b0dfd108fc63a4b528a74c0f1303c332fbde8ec8.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2346,7 +2346,7 @@ fi pkgconfig_generate(){ name=$1 -shortname=${name#lib} +shortname=${name#lib}${build_suffix} comment=$2 version=$3 libs=$4 |