[FFmpeg-devel] [PATCH]: configure: correct pkgconfig to reflect --build-suffix

Måns Rullgård mans
Thu Nov 13 10:46:21 CET 2008


"Charles Yates" <charles.yates at gmail.com> writes:

> 2008/11/12 M?ns Rullg?rd <mans at mansr.com>
>
>>
>> Adding ${build_suffix} twice seems wrong.
>
> Oops :-) - got confused by a stale file there. Correction attached with your
> expressed preference for the shortname assignment kept in its original
> position.
>
> Cheers,
>
> Charlie
>
> Index: configure
> ===================================================================
> --- configure	(revision 15802)
> +++ configure	(working copy)
> @@ -2346,7 +2346,7 @@
>  
>  pkgconfig_generate(){
>  name=$1
> -shortname=${name#lib}
> +shortname=${name#lib}${build_suffix}
>  comment=$2
>  version=$3
>  libs=$4

Looks OK.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list